C# Class Castle.Components.Binder.DataBindError

Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
DataBindError ( String parent, String property ) : System

Initializes a new instance of the DataBindError class.

DataBindError ( String parent, String property, Exception exception ) : System

Initializes a new instance of the DataBindError class.

DataBindError ( String parent, String property, String errorMessage ) : System

Initializes a new instance of the DataBindError class.

ToString ( ) : String

Returns a that represents the current .

Method Details

DataBindError() public méthode

Initializes a new instance of the DataBindError class.
public DataBindError ( String parent, String property ) : System
parent String The parent.
property String The property.
Résultat System

DataBindError() public méthode

Initializes a new instance of the DataBindError class.
public DataBindError ( String parent, String property, Exception exception ) : System
parent String The parent.
property String The property.
exception System.Exception The exception.
Résultat System

DataBindError() public méthode

Initializes a new instance of the DataBindError class.
public DataBindError ( String parent, String property, String errorMessage ) : System
parent String The parent.
property String The property.
errorMessage String The error message.
Résultat System

ToString() public méthode

Returns a that represents the current .
public ToString ( ) : String
Résultat String