Overload | Description |
---|---|
TextParsingError Constructor() | Initializes a new instance of the class with default data. |
TextParsingError Constructor(Enum) | Initializes a new instance of the class, specifying error code. |
TextParsingError Constructor(Enum,String) | Initializes a new instance of the class, specifying error code and message. |
TextParsingError Constructor(Enum,String,Exception) | Initializes a new instance of the class, specifying error code, message, and inner exception. |