C# 클래스 AODL.Document.Exceptions.AODLWarning

You can use an AODLWarning instead of an AODLException if the whole result isn't really in danger.
상속: AODLException
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
AODLWarning ( ) : System

Initializes a new instance of the AODLWarning class.

AODLWarning ( string message ) : System

Initializes a new instance of the AODLWarning class.

AODLWarning ( string message, Exception e ) : System

Initializes a new instance of the AODLWarning class.

AODLWarning ( string message, XmlNode node ) : System

Initializes a new instance of the AODLWarning class.

AODLWarning ( string message, XmlNode node, Exception e ) : System

Initializes a new instance of the AODLWarning class.

메소드 상세

AODLWarning() 공개 메소드

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

AODLWarning() 공개 메소드

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

AODLWarning() 공개 메소드

Initializes a new instance of the AODLWarning class.
public AODLWarning ( string message, Exception e ) : System
message string The message.
e System.Exception original exception
리턴 System

AODLWarning() 공개 메소드

Initializes a new instance of the AODLWarning class.
public AODLWarning ( string message, XmlNode node ) : System
message string The message.
node System.Xml.XmlNode
리턴 System

AODLWarning() 공개 메소드

Initializes a new instance of the AODLWarning class.
public AODLWarning ( string message, XmlNode node, Exception e ) : System
message string The message.
node System.Xml.XmlNode
e System.Exception original exception
리턴 System