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

Remarks

New:17 July 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

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

AmoException Members
Microsoft.AnalysisServices Namespace