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

AODLException is a special exception which will let you also access possible broken XmlNodes.
상속: System.Exception
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
AODLException ( ) : System
AODLException ( string message ) : System
AODLException ( string message, Exception e ) : System

Initializes a new instance of the AODLException class.

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

Initializes a new instance of the AODLException class.

메소드 상세

AODLException() 공개 메소드

public AODLException ( ) : System
리턴 System

AODLException() 공개 메소드

public AODLException ( string message ) : System
message string
리턴 System

AODLException() 공개 메소드

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

AODLException() 공개 메소드

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