C# 클래스 FdoToolbox.Core.TaskValidationException

상속: System.Exception
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
TaskValidationException ( ) : System

Initializes a new instance of the TaskValidationException class.

TaskValidationException ( List errors ) : System

Initializes a new instance of the TaskValidationException class.

TaskValidationException ( string msg ) : System

Initializes a new instance of the TaskValidationException class.

TaskValidationException ( string msg, Exception inner ) : System

Initializes a new instance of the TaskValidationException class.

ToString ( ) : string

Creates and returns a string representation of the current exception.

보호된 메소드들

메소드 설명
TaskValidationException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the TaskValidationException class.

메소드 상세

TaskValidationException() 공개 메소드

Initializes a new instance of the TaskValidationException class.
public TaskValidationException ( ) : System
리턴 System

TaskValidationException() 공개 메소드

Initializes a new instance of the TaskValidationException class.
public TaskValidationException ( List errors ) : System
errors List The error list.
리턴 System

TaskValidationException() 보호된 메소드

Initializes a new instance of the TaskValidationException class.
protected TaskValidationException ( SerializationInfo serInfo, StreamingContext ctx ) : System
serInfo System.Runtime.Serialization.SerializationInfo The serialization info.
ctx System.Runtime.Serialization.StreamingContext The streaming context.
리턴 System

TaskValidationException() 공개 메소드

Initializes a new instance of the TaskValidationException class.
public TaskValidationException ( string msg ) : System
msg string The message.
리턴 System

TaskValidationException() 공개 메소드

Initializes a new instance of the TaskValidationException class.
public TaskValidationException ( string msg, Exception inner ) : System
msg string The message.
inner System.Exception The inner exception.
리턴 System

ToString() 공개 메소드

Creates and returns a string representation of the current exception.
public ToString ( ) : string
리턴 string