Class ExceptionInfo
public record ExceptionInfo : IEquatable<ExceptionInfo>
- Inheritance
-
ExceptionInfo
- Implements
- Inherited Members
Properties
Message
public string Message { get; init; }
Property Value
StackTrace
public string StackTrace { get; init; }
Property Value
Type
public string Type { get; init; }