C# 클래스 NetMQ.ReactiveExtensions.ExceptionXElement

Intent: Represent an exception as XML data. In the Visual Studio debugger view for a variable, we can "View as XML" to see a formatted version. https://seattlesoftware.wordpress.com/2008/08/22/serializing-exceptions-to-xml/
상속: System.Xml.Linq.XElement
파일 보기 프로젝트 열기: NetMQ/NetMQ.ReactiveExtensions 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionXElement ( Exception exception ) : System

Create an instance of ExceptionXElement.

ExceptionXElement ( Exception exception, bool omitStackTrace ) : System

Create an instance of ExceptionXElement.

메소드 상세

ExceptionXElement() 공개 메소드

Create an instance of ExceptionXElement.
public ExceptionXElement ( Exception exception ) : System
exception System.Exception The Exception to serialize.
리턴 System

ExceptionXElement() 공개 메소드

Create an instance of ExceptionXElement.
public ExceptionXElement ( Exception exception, bool omitStackTrace ) : System
exception System.Exception The Exception to serialize.
omitStackTrace bool /// Whether or not to serialize the Exception.StackTrace member /// if it's not null. ///
리턴 System