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