[]
Represents detailed information about an error.
public class ErrorInfo
The ErrorInfo
class provides properties to describe an error, including a brief message, detailed information, and the severity level of the error.
Name | Description |
---|---|
ErrorInfo() |
Name | Description |
---|---|
Details | Gets or sets detailed information about the error. |
Message | Gets or sets the main message describing the error. |
Severity | Gets or sets the severity level of the error. |