Share via


AmoException Class

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

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<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

Hinweise

Neu:17. Juli 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

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

AmoException Members
Microsoft.AnalysisServices Namespace