FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReaderException Class / ReaderException Constructor / ReaderException Constructor(String)
The exception error message.

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

    Parameters

    message
    The exception error message.
    See Also