C# Класс BlueCollar.ExceptionXElement

Creates an XML Linq XElement from an Exception instance.
Наследование: System.Xml.Linq.XElement
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExceptionXElement ( Exception exception ) : System

Initializes a new instance of the ExceptionXElement class.

SerializeToXElement ( Exception exception ) : System.Xml.Linq.XElement

Serializes the given Exception to an XElement object.

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

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

Initializes a new instance of the ExceptionXElement class.
public ExceptionXElement ( Exception exception ) : System
exception System.Exception An Exception to create an XElement from.
Результат System

SerializeToXElement() публичный статический Метод

Serializes the given Exception to an XElement object.
public static SerializeToXElement ( Exception exception ) : System.Xml.Linq.XElement
exception System.Exception The Exception to serialize.
Результат System.Xml.Linq.XElement