JsonFormatException Constructor (String) |
Creates new instance with a specified message.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic JsonFormatException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The message that describes the error. Value can be null.
See Also