You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonSerializationException Class > JsonSerializationException Constructor > JsonSerializationException Constructor (SerializationInfo, StreamingContext)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonSerializationException.JsonSerializationException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the JsonSerializationException class.

Syntax
C++
C#
Visual Basic
public: JsonSerializationException( SerializationInfo info, StreamingContext context );
Parameters
Parameters 
Description 
info 
The T:System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. 
context 
The T:System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. 
Exceptions 
Description 
T:System.ArgumentNullException 
The info parameter is null.  
T:System.Runtime.Serialization.SerializationException 
The class name is null or P:System.Exception.HResult is zero (0).  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.