Freigeben über


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

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

XmlSerializationException Members
Microsoft.AnalysisServices Namespace