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