Server.BindingException.BindingException C# (CSharp) Method

BindingException() public method

public BindingException ( Property property, string message ) : System
property Property
message string
return System
		public BindingException( Property property, string message )
			: base( property, message )
		{
		}
	}
BindingException