Class ExceptionThrownEventArgs
Issued when exception was thrown and unhandled.
public sealed record ExceptionThrownEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ExceptionThrownEventArgs>
- Inheritance
-
EventArgsExceptionThrownEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
ExceptionThrownEventArgs(Timestamp, ExceptionDetails)
Issued when exception was thrown and unhandled.
public ExceptionThrownEventArgs(Timestamp Timestamp, ExceptionDetails ExceptionDetails)
Parameters
TimestampTimestampTimestamp of the exception.
ExceptionDetailsExceptionDetails
Properties
ExceptionDetails
public ExceptionDetails ExceptionDetails { get; init; }
Property Value
Timestamp
Timestamp of the exception.
public Timestamp Timestamp { get; init; }