C# Класс Castle.Components.Binder.DataBindError

Показать файл Открыть проект

Открытые методы

Метод Описание
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 .

Описание методов

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

Initializes a new instance of the DataBindError class.
public DataBindError ( String parent, String property ) : System
parent String The parent.
property String The property.
Результат System

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

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.
Результат System

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

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.
Результат System

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

Returns a that represents the current .
public ToString ( ) : String
Результат String