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
'Usage
Dim instance As AmoException
[SerializableAttribute]
public class AmoException : Exception
[SerializableAttribute]
public ref class AmoException : public Exception
[<SerializableAttribute>]
type AmoException =  
    class
        inherit Exception
    end
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 Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.