AmoException Class
Applies To: SQL Server (starting with 2016)
Represents an exception that is raised when an AMO error or warning is encountered.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
System::Exception
Microsoft.AnalysisServices::AmoException
Microsoft.AnalysisServices::ConnectionException
Microsoft.AnalysisServices::JsonSerializationException
Microsoft.AnalysisServices::OperationException
Microsoft.AnalysisServices::OutOfSyncException
Microsoft.AnalysisServices::ResponseFormatException
Microsoft.AnalysisServices::XmlSerializationException
| Name | Description | |
|---|---|---|
![]() | AmoException() | Initializes a new instance of the AmoException class. |
![]() | AmoException(SerializationInfo^, StreamingContext) | Initializes a new instance of the AmoException class with serialized data. |
![]() | AmoException(String^) | Initializes a new instance of the AmoException class using the specified message text. |
![]() | AmoException(String^, Exception^) | Initializes a new instance of the AmoException class with message text and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



