C# 클래스 Castle.Components.Binder.DataBindError

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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