C# Class AODL.Document.Exceptions.AODLWarning

You can use an AODLWarning instead of an AODLException if the whole result isn't really in danger.
Inheritance: AODLException
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

AODLWarning() public méthode

Initializes a new instance of the AODLWarning class.
public AODLWarning ( ) : System
Résultat System

AODLWarning() public méthode

Initializes a new instance of the AODLWarning class.
public AODLWarning ( string message ) : System
message string The message.
Résultat System

AODLWarning() public méthode

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

AODLWarning() public méthode

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

AODLWarning() public méthode

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