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
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method 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 method

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

AODLWarning() public method

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

AODLWarning() public method

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

AODLWarning() public method

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

AODLWarning() public method

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