This topic has not yet been rated - Rate this topic

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)
[SerializableAttribute]
public class AmoException : Exception

The AmoException type exposes the following members.

  NameDescription
Public methodAmoException()Initializes a new instance of the AmoException class.
Public methodAmoException(String)Initializes a new instance of the AmoException class using the specified message text.
Protected methodAmoException(SerializationInfo, StreamingContext)Initializes a new instance of the AmoException class with serialized data.
Public methodAmoException(String, Exception)Initializes a new instance of the AmoException class with message text and inner exception.
Top
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataSecurity Critical. (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.