ComponentOne MultiSelect for WinForms
C1.Framework Namespace / SystemErrorException Class / SystemErrorException Constructor / SystemErrorException Constructor(String,Exception)

In This Topic
    SystemErrorException Constructor(String,Exception)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String, _
       ByVal innerException As Exception _
    )
    public SystemErrorException( 
       string message,
       Exception innerException
    )

    Parameters

    message
    innerException
    See Also