IErrorEventData Interface

Definition

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

C#
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

Product Versions
Entity Framework Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0