TmdlDeserializationWithReferenceErrorsException Class

Definition

Represents an exception that is raised deserialization operation from TMDL that failed due to references resolution.

[System.Serializable]
public sealed class TmdlDeserializationWithReferenceErrorsException : Microsoft.AnalysisServices.Tabular.Tmdl.TmdlSerializationException
[<System.Serializable>]
type TmdlDeserializationWithReferenceErrorsException = class
    inherit TmdlSerializationException
Public NotInheritable Class TmdlDeserializationWithReferenceErrorsException
Inherits TmdlSerializationException
Inheritance
TmdlDeserializationWithReferenceErrorsException
Attributes

Properties

Name Description
Document

Gets the document that is the subject of the serialization failure.

(Inherited from TmdlSerializationException)
HasDocumentSourceInfo

Gets a value indicating whether the exception can return information regarding the related TMDL source.

(Inherited from TmdlSerializationException)
Line

Gets the line number in the document that caused the serialization failure.

(Inherited from TmdlSerializationException)
ResolutionErrors

Gets the collection of resolution errors that triggered the exception.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Applies to