XmlSerializationException Class
SQL Server 2012
Represents messages thrown during the XML de-serialization process. This class cannot be inherited.
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.XmlSerializationException
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.XmlSerializationException
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
The XmlSerializationException type exposes the following members.
| 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.) |
![]() | HResult | (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 | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Infrastructure. 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.) |

