C# 클래스 System.Diagnostics.Events.ExceptionTraceEvent

A tracing event that exposes an Exception, in addition to a message string.
상속: MessageTraceEvent
파일 보기 프로젝트 열기: netfx/extensions 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionTraceEvent ( TraceEventType eventType, int eventId, Exception exception )

Initializes a new instance of the ExceptionTraceEvent class.

ExceptionTraceEvent ( TraceEventType eventType, int eventId, Exception exception, string message )

Initializes a new instance of the ExceptionTraceEvent class.

메소드 상세

ExceptionTraceEvent() 공개 메소드

Initializes a new instance of the ExceptionTraceEvent class.
public ExceptionTraceEvent ( TraceEventType eventType, int eventId, Exception exception )
eventType TraceEventType
eventId int
exception Exception

ExceptionTraceEvent() 공개 메소드

Initializes a new instance of the ExceptionTraceEvent class.
public ExceptionTraceEvent ( TraceEventType eventType, int eventId, Exception exception, string message )
eventType TraceEventType
eventId int
exception Exception
message string