Server.BindingException.BindingException C# (CSharp) Метод

BindingException() публичный Метод

public BindingException ( Property property, string message ) : System
property Property
message string
Результат System
		public BindingException( Property property, string message )
			: base( property, message )
		{
		}
	}
BindingException