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

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

    Parameters

    message
    The exception error message.
    See Also