Table of Contents

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 Exception

The ex.

See Also

Properties

Details

Gets or sets the details.

public string Details { get; set; }

Property Value

string

The details.

See Also

See Also