共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間