C# Класс System.Diagnostics.Events.ExceptionTraceEvent

A tracing event that exposes an Exception, in addition to a message string.
Наследование: MessageTraceEvent
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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