GetErrorDescription Method
Gets the description of the error.
'Declaration
Public Shared Function GetErrorDescription( _
ByVal As Integer _
) As String
public static string GetErrorDescription(
int
)
Parameters
- errorCode
- An int indicates the code of the error.
Return Value
A string indicates the description.