Class Error
Represents exception data from the native library.
public class Error
- Inheritance
-
Error
- Inherited Members
Properties
Code
ID of the native exception.
public long Code { get; set; }
Property Value
Description
Addtional detailed description.
public string? Description { get; set; }
Property Value
Full
Serialized exception data.
public string? Full { get; set; }
Property Value
Message
Readable error message.
public string? Message { get; set; }
Property Value
Name
Name of the native exception.
public string? Name { get; set; }
Property Value
Scope
Source module.
public string? Scope { get; set; }