C# Класс AODL.Document.Exceptions.AODLException

AODLException is a special exception which will let you also access possible broken XmlNodes.
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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