ParseException class

Thrown when parsing fails.

public sealed class ParseException : Exception

Public Members

name description
ParseException(…) Creates an instance.
Result { get; } The failed parse result.

See Also