Method | Description | |
---|---|---|
ExceptionXElement ( |
Initializes a new instance of the ExceptionXElement class.
|
|
SerializeToXElement ( |
Serializes the given Exception to an XElement object.
|
public ExceptionXElement ( |
||
exception | An Exception to create an XElement from. | |
return | System |
public static SerializeToXElement ( |
||
exception | The Exception to serialize. | |
return | System.Xml.Linq.XElement |