You are here: Symbol Reference > Stimulsoft.Base.Json.Schema Namespace > JsonSchemaException Class > JsonSchemaException Constructor > JsonSchemaException Constructor (string, Exception)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonSchemaException.JsonSchemaException Constructor (string, Exception)

Initializes a new instance of the JsonSchemaException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Syntax
C++
C#
Visual Basic
public: JsonSchemaException( string message, Exception innerException );
Parameters
Parameters 
Description 
message 
The error message that explains the reason for the exception. 
innerException 
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.