Interface IErrorEventData
- Namespace
- Microsoft.EntityFrameworkCore.Diagnostics
- Assembly
- Microsoft.EntityFrameworkCore.dll
An interface implemented by any EventData subclass that represents an error event with an Exception.
public interface IErrorEventData
Remarks
See Logging, events, and diagnostics for more information and examples.
Properties
Exception
The exception that was thrown to signal the error.
Exception Exception { get; }