C# Class Castle.Components.Binder.DataBindError

Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method 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 method

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

DataBindError() public method

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.
return System

DataBindError() public method

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.
return System

ToString() public method

Returns a that represents the current .
public ToString ( ) : String
return String