C# Класс Mvp.Xml.XInclude.FatalException

FatalException represents fatal error as per XInclude spcification.
Наследование: XIncludeException
Показать файл Открыть проект

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

Метод Описание
FatalException ( string message ) : System

Initializes a new instance of the FatalException class with a specified error message.

FatalException ( string message, Exception innerException ) : System

Initializes a new instance of the FatalException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Описание методов

FatalException() публичный Метод

Initializes a new instance of the FatalException class with a specified error message.
public FatalException ( string message ) : System
message string Error message
Результат System

FatalException() публичный Метод

Initializes a new instance of the FatalException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public FatalException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exceptiion
Результат System