Server.NotYetBoundException.NotYetBoundException C# (CSharp) Method

NotYetBoundException() public method

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