JsonSerializationException Class

 

Updated: May 24, 2016

Represents an exception thrown during a serialization or deserialization operation.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

System::Object
  System::Exception
    Microsoft.AnalysisServices::AmoException
      Microsoft.AnalysisServices::JsonSerializationException

[SerializableAttribute]
public ref class JsonSerializationException : AmoException

NameDescription
System_CAPS_pubmethodJsonSerializationException()

Returns an exception thrown during serialization or deserialization of a JSON document.

System_CAPS_protmethodJsonSerializationException(SerializationInfo^, StreamingContext)

Initializes a new instance of the JsonSerializationException class.

System_CAPS_pubmethodJsonSerializationException(String^)

Initializes a new instance of the JsonSerializationException.

System_CAPS_pubmethodJsonSerializationException(String^, Exception^)

Initializes a new instance of the JsonSerializationException class with specified message and exception.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyHasLineInfo

Gets a value indicating whether the class can return line information.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyLineNumber

Gets or sets the current line number.

System_CAPS_pubpropertyLinePosition

Gets the position in the line where the exception occurred.

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(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.

Return to top
Show: