Click or drag to resize
ParsingError Class
Models a parsing error.
Inheritance Hierarchy
SystemObject
  X3Platform.CommandLineParsingError

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public sealed class ParsingError

The ParsingError type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBadOption
Gets or a the bad parsed option.
Public propertyViolatesFormat
Gets or sets a value indicating whether this ParsingError violates format.
Public propertyViolatesMutualExclusiveness
Gets or sets a value indicating whether this ParsingError violates mutual exclusiveness.
Public propertyViolatesRequired
Gets or sets a value indicating whether this ParsingError violates required.
Top
See Also