IErrorEventData Interface

Definition

An interface implemented by any EventData subclass that represents an error event with an Exception.

public interface IErrorEventData
type IErrorEventData = interface
Public Interface IErrorEventData
Derived

Remarks

See Logging, events, and diagnostics for more information and examples.

Properties

Exception

The exception that was thrown to signal the error.

Applies to