ComponentOne CalendarView for WinForms
C1.Framework Namespace / SystemErrorException Class / SystemErrorException Constructor / SystemErrorException Constructor(String)
The message that describes the error.

In This Topic
    SystemErrorException Constructor(String)
    In This Topic
    Initializes a new instance of the SystemErrorException class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    public SystemErrorException( 
       string message
    )

    Parameters

    message
    The message that describes the error.
    See Also