ComponentOne CalendarView for WinForms
C1.Framework Namespace / SystemErrorException Class / GetErrorDescription Method
An int indicates the code of the error.

In This Topic
    GetErrorDescription Method
    In This Topic
    Gets the description of the error.
    Syntax
    'Declaration
     
    
    Public Shared Function GetErrorDescription( _
       ByVal errorCode As Integer _
    ) As String
    public static string GetErrorDescription( 
       int errorCode
    )

    Parameters

    errorCode
    An int indicates the code of the error.

    Return Value

    A string indicates the description.
    See Also