Server.NotYetBoundException.NotYetBoundException C# (CSharp) 메소드

NotYetBoundException() 공개 메소드

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