[]
        
(Showing Draft Content)

C1.Ssrs.RplReader.RplParsingException

RplParsingException Class

Represents an exception that occurred during parsing the RPL stream.

Inheritance
RplParsingException
Namespace: C1.Ssrs.RplReader
Assembly: C1.Document.4.6.2.dll
Syntax
public class RplParsingException : ReaderException, ISerializable, _Exception
Public Class RplParsingException
    Inherits ReaderException
    Implements ISerializable, _Exception

Constructors

Name Description
RplParsingException()

Initializes a new instance of the RplParsingException class with common error message "Invalid RPL stream".

RplParsingException(string)
RplParsingException(string, params object[])