[]
Creates the exception with an empty messgage.
public StringFormatException()
Public Sub New()
Creates the exception with the specified detail message.
public StringFormatException(string s)
Public Sub New(s As String)
| Type | Name | Description |
|---|---|---|
| string | s | The detail message |