XmlSerializationException Class
Applies To: SQL Server (starting with 2016)
Represents messages thrown during the XML de-serialization process. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
System::Exception
Microsoft.AnalysisServices::AmoException
Microsoft.AnalysisServices::XmlSerializationException
| Name | Description | |
|---|---|---|
![]() | XmlSerializationException() | Initializes a new instance of XmlSerializationException class using the default values. |
![]() | XmlSerializationException(String^) | Initializes a new instance of XmlSerializationException class using a message string. |
![]() | XmlSerializationException(String^, Exception^) | Initializes a new instance of XmlSerializationException class using a message string and the inner Exception received. |
![]() | XmlSerializationException(String^, Exception^, Int32, Int32) | Initializes a new instance of XmlSerializationException class using a message string, the inner Exception received, a line number, and line position. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | LineNumber | Gets or sets the line number where the exception occurred. |
![]() | LinePosition | Gets or sets the line position 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.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (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.

