[]
Gets the description of the error.
public static string GetErrorDescription(int errorCode)
Public Shared Function GetErrorDescription(errorCode As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | errorCode | An int indicates the code of the error. |
| Type | Description |
|---|---|
| string | A string indicates the description. |