Class ProtoTraceError
public sealed record ProtoTraceError : IEquatable<ProtoTraceError>
- Inheritance
-
ProtoTraceError
- Implements
- Inherited Members
- Extension Methods
Constructors
ProtoTraceError(string, string, string?)
public ProtoTraceError(string Type, string Message, string? StackTrace = null)
Parameters
Properties
Message
public string Message { get; init; }
Property Value
StackTrace
public string? StackTrace { get; init; }
Property Value
Type
public string Type { get; init; }