[]
Represents an exception that occurred while parsing an SSRS stream (RPL or RGDI).
public class ReaderException : Exception, ISerializable
Name | Description |
---|---|
ReaderException() | Initializes a new instance of the ReaderException class with common error message "Invalid stream". |
ReaderException(string) | Initializes a new instance of the ReaderException class with a specified error message. |
ReaderException(string, params object[]) | Initializes a new instance of the ReaderException class with a formatted error message. |