XmlSerializationException Class
Represents messages thrown during the XML de-serialization process. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<SerializableAttribute> _
<GuidAttribute("DB1F9035-ACC7-4f04-9DEF-4902A49BCD10")> _
Public NotInheritable Class XmlSerializationException
Inherits AmoException
[SerializableAttribute]
[GuidAttribute("DB1F9035-ACC7-4f04-9DEF-4902A49BCD10")]
public sealed class XmlSerializationException : AmoException
[SerializableAttribute]
[GuidAttribute(L"DB1F9035-ACC7-4f04-9DEF-4902A49BCD10")]
public ref class XmlSerializationException sealed : public AmoException
/** @attribute SerializableAttribute() */
/** @attribute GuidAttribute("DB1F9035-ACC7-4f04-9DEF-4902A49BCD10") */
public final class XmlSerializationException extends AmoException
SerializableAttribute
GuidAttribute("DB1F9035-ACC7-4f04-9DEF-4902A49BCD10")
public final class XmlSerializationException extends AmoException
Remarks
This type also represents messages thrown during the XML serialization process, but exceptions in that case are very rare.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.XmlSerializationException
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
XmlSerializationException Members
Microsoft.AnalysisServices Namespace