C# Класс Sage.SageHelpException

Implements an exception that provides help about the error that occurred.
Наследование: SageException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SageHelpException ( ProblemInfo problem ) : System

Initializes a new instance of the SageHelpException class.

SageHelpException ( ProblemInfo problem, Exception actual ) : System

Initializes a new instance of the SageHelpException class.

SageHelpException ( ProblemType problemType ) : System

Initializes a new instance of the SageHelpException class.

Защищенные методы

Метод Описание
ConvertToXml ( Exception instance, XmlDocument ownerDocument, ProblemInfo problemInfo = null ) : XmlElement
GetTransformArguments ( SageContext context ) : object>.Dictionary

Приватные методы

Метод Описание
Create ( Exception ex, string path = null, ProblemType suggestedProblem = ProblemType.Unknown ) : SageHelpException
ParseEntityExceptionError ( Exception e ) : ProblemInfo
SageHelpException ( ) : System

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

ConvertToXml() защищенный Метод

protected ConvertToXml ( Exception instance, XmlDocument ownerDocument, ProblemInfo problemInfo = null ) : XmlElement
instance System.Exception
ownerDocument System.Xml.XmlDocument
problemInfo ProblemInfo
Результат System.Xml.XmlElement

GetTransformArguments() защищенный Метод

protected GetTransformArguments ( SageContext context ) : object>.Dictionary
context SageContext
Результат object>.Dictionary

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

Initializes a new instance of the SageHelpException class.
public SageHelpException ( ProblemInfo problem ) : System
problem ProblemInfo An object that describes this error.
Результат System

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

Initializes a new instance of the SageHelpException class.
public SageHelpException ( ProblemInfo problem, Exception actual ) : System
problem ProblemInfo An object that describes this error.
actual System.Exception The actual exception that occurred.
Результат System

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

Initializes a new instance of the SageHelpException class.
public SageHelpException ( ProblemType problemType ) : System
problemType ProblemType The type of problem that occurred.
Результат System