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