Поделиться через


XmlSerializationException Class

Represents messages thrown during the XML de-serialization process. This class cannot be inherited.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<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

Замечания

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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

XmlSerializationException Members
Microsoft.AnalysisServices Namespace