C# Class AODL.Document.Exceptions.AODLException

AODLException is a special exception which will let you also access possible broken XmlNodes.
Inheritance: System.Exception
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
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.

Method Details

AODLException() public method

public AODLException ( ) : System
return System

AODLException() public method

public AODLException ( string message ) : System
message string
return System

AODLException() public method

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

AODLException() public method

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
return System