Method | Description | |
---|---|---|
Render ( |
Renders the exception to the specified writer
|
|
RenderWithoutContext ( |
Renders the exception to the specified writer
|
|
SageException ( ) : System |
Initializes a new instance of the SageException class.
|
|
SageException ( |
Initializes a new instance of the SageException class, using the specified exception
|
Method | Description | |
---|---|---|
ConvertToXml ( |
Saves the current instance as an XmlElement, using the specified ownerDocument to create the element.
|
|
GetTransformArguments ( |
Gets the XSLT arguments to use with the transform.
|
protected ConvertToXml ( |
||
instance | The exception instance. | |
ownerDocument | The document to use to create the element. | |
problemInfo | The problem info associated with the exception. | |
return |
protected GetTransformArguments ( |
||
context | The current context. | |
return | object>.Dictionary |
public Render ( |
||
writer | The writer to render the exception to. | |
context | The context under which this code is executing. | |
return | void |
public RenderWithoutContext ( |
||
writer | The writer to render the exception to. | |
return | void |
public SageException ( |
||
exception | The actual exception that was thrown. | |
return | System |