AdomdException Class
SQL Server 2012
Represents an exception thrown by ADOMD.NET.
System.Object
System.Exception
System.ApplicationException
Microsoft.AnalysisServices.AdomdServer.AdomdException
System.Exception
System.ApplicationException
Microsoft.AnalysisServices.AdomdServer.AdomdException
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
The AdomdException type exposes the following members.
| 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. |
| 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.) |
| 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable.GetObjectData | Populates the specified SerializationInfo object with the data needed to serialize the AdomdException. |
