FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader Namespace / RplParsingException Class / RplParsingException Constructor / RplParsingException Constructor(String)

In This Topic
    RplParsingException Constructor(String)
    In This Topic
    Initializes a new instance of the RplParsingException class with common error message "Invalid RPL stream".
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String _
    )
    public RplParsingException( 
       string message
    )

    Parameters

    message
    See Also