Class ProtoTraceError

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll
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

Type string
Message string
StackTrace string

Properties

Message

public string Message { get; init; }

Property Value

string

StackTrace

public string? StackTrace { get; init; }

Property Value

string

Type

public string Type { get; init; }

Property Value

string