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