Class MeadowSystemErrorInfo
Contains information about a Meadow system error
Assembly: Meadow.Contracts.dll
View Source
Declaration
public class MeadowSystemErrorInfo
Derived:
Meadow.MeadowCloudSystemErrorInfo
Properties
Message
The error message
View Source
Declaration
public string Message { get; }
ErrorNumber
The system error number associated with the error
View Source
Declaration
public MeadowSystemErrorInfo.SystemErrorNumber ErrorNumber { get; }
Exception
Optinal exception information associated with the error
View Source
Declaration
public Exception? Exception { get; }
Methods
ToString()
Returns a string that represents the current object.
View Source
Declaration
public override string ToString()
Returns
System.String
: A string that represents the current object.