Share via


ParseErrorException Class

Definition

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.

Applies to