AdomdException 類別
Represents an exception thrown by ADOMD.NET.
繼承階層
System.Object
System.Exception
System.ApplicationException
Microsoft.AnalysisServices.AdomdServer.AdomdException
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
Inherits ApplicationException _
Implements ISerializable, IDisposable
'用途
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
AdomdException 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
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. |
上層
屬性
名稱 | 說明 | |
---|---|---|
Data | (繼承自 Exception。) | |
HelpLink | (繼承自 Exception。) | |
HR | Gets the HRESULT, a coded numerical value that is assigned to a specific exception. | |
HResult | (繼承自 Exception。) | |
InnerException | (繼承自 Exception。) | |
Message | (繼承自 Exception。) | |
Source | (繼承自 Exception。) | |
StackTrace | (繼承自 Exception。) | |
TargetSite | (繼承自 Exception。) |
上層
方法
名稱 | 說明 | |
---|---|---|
{dtor} | Releases all resources used by the AdomdException. | |
Dispose | Releases the resources used by the current instance of the AdomdException class. | |
Equals | (繼承自 Object。) | |
GetBaseException | (繼承自 Exception。) | |
GetHashCode | (繼承自 Object。) | |
GetObjectData | 安全性關鍵。 (繼承自 Exception。) | |
GetType | (繼承自 Exception。) | |
ToString | (繼承自 Exception。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
ISerializable.GetObjectData | Populates the specified SerializationInfo object with the data needed to serialize the AdomdException. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。