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


AmoException Class

Represents an exception that is raised when an AMO error or warning is encountered.

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class AmoException
    Inherits Exception
[SerializableAttribute] 
public class AmoException : Exception
[SerializableAttribute] 
public ref class AmoException : public Exception
/** @attribute SerializableAttribute() */ 
public class AmoException extends Exception
SerializableAttribute 
public class AmoException extends Exception

Замечания

Добавления:17 июля 2006 г.

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.AnalysisServices.AmoException
       Microsoft.AnalysisServices.ConnectionException
       Microsoft.AnalysisServices.OperationException
       Microsoft.AnalysisServices.OutOfSyncException
       Microsoft.AnalysisServices.ResponseFormatException
       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.

См. также

Справочник

AmoException Members
Microsoft.AnalysisServices Namespace