C# Class AODL.Document.Exceptions.AODLException

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

Méthodes publiques

Méthode 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 méthode

public AODLException ( ) : System
Résultat System

AODLException() public méthode

public AODLException ( string message ) : System
message string
Résultat System

AODLException() public méthode

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

AODLException() public méthode

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
Résultat System