Server.BindingException.BindingException C# (CSharp) Méthode

BindingException() public méthode

public BindingException ( Property property, string message ) : System
property Property
message string
Résultat System
		public BindingException( Property property, string message )
			: base( property, message )
		{
		}
	}
BindingException