C# 클래스 Sage.SageHelpException

Implements an exception that provides help about the error that occurred.
상속: SageException
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
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