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

NotYetBoundException() public méthode

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