Overload | Description |
---|---|
StreamParseErrorException Constructor() | Generated base exception for a stream parse error. |
StreamParseErrorException Constructor(Int32) | Generated base exception for a stream parse error with a given error number. |
StreamParseErrorException Constructor(String) | Generated base exception for a stream parse error with a given message. |
StreamParseErrorException Constructor(Int32,String) | Generated base exception for a stream parse error with a given error number and message. |
StreamParseErrorException Constructor(String,Exception) | Generated base exception for a stream parse error with a given message and inner exception. |