Overload | Description |
---|---|
ReaderException Constructor() | Initializes a new instance of the ReaderException class with common error message "Invalid stream". |
ReaderException Constructor(String) | Initializes a new instance of the ReaderException class with a specified error message. |
ReaderException Constructor(String,Object[]) | Initializes a new instance of the ReaderException class with a formatted error message. |