JsonSerializationException Class
Updated: May 24, 2016
Represents an exception thrown during a serialization or deserialization operation.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
System::Exception
Microsoft.AnalysisServices::AmoException
Microsoft.AnalysisServices::JsonSerializationException
| Name | Description | |
|---|---|---|
![]() | JsonSerializationException() | Returns an exception thrown during serialization or deserialization of a JSON document. |
![]() | JsonSerializationException(SerializationInfo^, StreamingContext) | Initializes a new instance of the JsonSerializationException class. |
![]() | JsonSerializationException(String^) | Initializes a new instance of the JsonSerializationException. |
![]() | JsonSerializationException(String^, Exception^) | Initializes a new instance of the JsonSerializationException class with specified message and exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HasLineInfo | Gets a value indicating whether the class can return line information. |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | LineNumber | Gets or sets the current line number. |
![]() | LinePosition | Gets the position in the line where the exception occurred. |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



