JsonDeserializationWithReferenceErrorsException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an exception thrown during a deserialization operation from JSON that failed due to references resolution.
[System.Serializable]
public sealed class JsonDeserializationWithReferenceErrorsException : Microsoft.AnalysisServices.JsonSerializationException
[<System.Serializable>]
type JsonDeserializationWithReferenceErrorsException = class
inherit JsonSerializationException
Public NotInheritable Class JsonDeserializationWithReferenceErrorsException
Inherits JsonSerializationException
- Inheritance
- Attributes
Properties
HasLineInfo |
Gets a value indicating whether the exception can return line information. (Inherited from JsonSerializationException) |
LineNumber |
Gets the line number that caused the exception. (Inherited from JsonSerializationException) |
LinePosition |
Gets the position in the line where the exception occurred. (Inherited from JsonSerializationException) |
ResolutionErrors |
Gets the collection of resolution errors that triggered the exception. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |