Server.AlreadyBoundException.AlreadyBoundException C# (CSharp) Méthode

AlreadyBoundException() public méthode

public AlreadyBoundException ( Property property ) : System
property Property
Résultat System
		public AlreadyBoundException( Property property )
			: base( property, String.Format( "Property has already been bound." ) )
		{
		}
	}
AlreadyBoundException