[]
Initializes a new instance of the ReaderException class with common error message "Invalid stream".
public ReaderException()
Initializes a new instance of the ReaderException class with a specified error message.
public ReaderException(string message)
| Type | Name | Description |
|---|---|---|
| string | message | The exception error message. |
Initializes a new instance of the ReaderException class with a formatted error message.
public ReaderException(string message, params object[] args)
| Type | Name | Description |
|---|---|---|
| string | message | The exception message formatting string. |
| object[] | args | The list of parameters supplied to the formatting string. |