[]
Defines an exception class to handle the system error.
public class SystemErrorException : SystemException, ISerializable
Name | Description |
---|---|
SystemErrorException() | Initializes a new instance of the SystemErrorException class. |
SystemErrorException(string) | Initializes a new instance of the SystemErrorException class. |
SystemErrorException(string, Exception) | Initializes a new instance of the System.SystemException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Name | Description |
---|---|
ErrorCode | Gets the error code created by last error API. |
Name | Description |
---|---|
GetErrorDescription(int) | Gets the description of the error. |