Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an exception thrown by ADOMD.NET.
Inheritance Hierarchy
Object
  Exception
    ApplicationException
      Microsoft.AnalysisServices.AdomdServer.AdomdException
Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
    Inherits ApplicationException _
    Implements ISerializable, IDisposable
'Usage
Dim instance As AdomdException
[SerializableAttribute]
public sealed class AdomdException : ApplicationException, 
    ISerializable, IDisposable
[SerializableAttribute]
public ref class AdomdException sealed : public ApplicationException, 
    ISerializable, IDisposable
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdException =  
    class 
        inherit ApplicationException 
        interface ISerializable 
        interface IDisposable 
    end
public final class AdomdException extends ApplicationException implements ISerializable, IDisposable
The AdomdException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]()  | 
AdomdException() | Initializes a new instance of the AdomdException class. | 
![]()  | 
AdomdException(Int32) | Initializes a new instance of the AdomdException class with a given HRESULT. | 
![]()  | 
AdomdException(String) | Initializes a new instance of the AdomdException class with a given message. | 
![]()  | 
AdomdException(String, Exception) | Initializes a new instance of the AdomdException class with a given message and an inner exception. | 
Top
Properties
| Name | Description | |
|---|---|---|
![]()  | 
Data | (Inherited from Exception.) | 
![]()  | 
HelpLink | (Inherited from Exception.) | 
![]()  | 
HR | Gets the HRESULT, a coded numerical value that is assigned to a specific exception. | 
![]()  | 
HResult | (Inherited from Exception.) | 
![]()  | 
InnerException | (Inherited from Exception.) | 
![]()  | 
Message | (Inherited from Exception.) | 
![]()  | 
Source | (Inherited from Exception.) | 
![]()  | 
StackTrace | (Inherited from Exception.) | 
![]()  | 
TargetSite | (Inherited from Exception.) | 
Top
Methods
| Name | Description | |
|---|---|---|
![]()  | 
{dtor} | Releases all resources used by the AdomdException. | 
![]()  | 
Dispose | Releases the resources used by the current instance of the AdomdException class. | 
![]()  | 
Equals | (Inherited from Object.) | 
![]()  | 
GetBaseException | (Inherited from Exception.) | 
![]()  | 
GetHashCode | (Inherited from Object.) | 
![]()  | 
GetObjectData | Security Critical. (Inherited from Exception.) | 
![]()  | 
GetType | (Inherited from Exception.) | 
![]()  | 
ToString | (Inherited from Exception.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]()  | 
ISerializableGetObjectData | Populates the specified SerializationInfo object with the data needed to serialize the AdomdException. | 
Top
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.
.gif)
.gif)
.gif)
.gif)