Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1RplImportException Class / C1RplImportException Constructor / C1RplImportException Constructor(String)
The exception message.

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

    Parameters

    message
    The exception message.
    See Also