ParseErrorException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown on an unsuccessful parsing of the serialized format.
public class ParseErrorException : Exception
type ParseErrorException = class
inherit Exception
Public Class ParseErrorException
Inherits Exception
- Inheritance
-
ParseErrorException
Constructors
| ParseErrorException() |
Creates a new instance of the ParseErrorException class. |
| ParseErrorException(String, Exception) |
Creates a new instance of the ParseErrorException class from a message and previous exception. |
| ParseErrorException(String) |
Creates a new instance of the ParseErrorException class from a message. |