JsonException Constructor (String, Exception) |
Creates new instance with a specified messageand a reference to the inner exception that is the cause of this
exception.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic JsonException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The message that describes the error. Value can be null. - innerException
- Type: SystemException
The exception that is the cause of the current exception. Value can be null.
See Also