Class Error
public class Error
- Inheritance
-
Error
- Inherited Members
Constructors
Error(string?, string?)
public Error(string? errorCode, string? description)
Parameters
Properties
Description
public string? Description { get; }
Property Value
ErrorCode
public string? ErrorCode { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.