[]
Thrown to indicate that the application has attempted to parse a badly formatted string.
public class StringFormatException : ArgumentException, _Exception, ISerializable
| Name | Description |
|---|---|
| StringFormatException() | Creates the exception with an empty messgage. |
| StringFormatException(string) | Creates the exception with the specified detail message. |