Class UnhandledExceptionEvent
- Namespace
- Duende.IdentityServer.Events
- Assembly
- Duende.IdentityServer.dll
Event for unhandled exceptions
public class UnhandledExceptionEvent : Event
- Inheritance
-
UnhandledExceptionEvent
- Inherited Members
Constructors
UnhandledExceptionEvent(Exception)
Initializes a new instance of the UnhandledExceptionEvent class.
public UnhandledExceptionEvent(Exception ex)
Parameters
ex
ExceptionThe ex.
- See Also
Properties
Details
Gets or sets the details.
public string Details { get; set; }
Property Value
- string
The details.
- See Also