[]
        
(Showing Draft Content)

C1.Ssrs.ReaderException.-ctor

ReaderException Constructor

ReaderException()

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

Declaration
public ReaderException()

ReaderException(string)

Initializes a new instance of the ReaderException class with a specified error message.

Declaration
public ReaderException(string message)
Parameters
Type Name Description
string message

The exception error message.

ReaderException(string, params object[])

Initializes a new instance of the ReaderException class with a formatted error message.

Declaration
public ReaderException(string message, params object[] args)
Parameters
Type Name Description
string message

The exception message formatting string.

object[] args

The list of parameters supplied to the formatting string.