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

AlreadyBoundException() 공개 메소드

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