AdomdException 类

表示 ADOMD.NET 引发的异常。

继承层次结构

Object
  Exception
    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() 初始化 AdomdException 类的新实例。
公共方法 AdomdException(Int32) 使用给定的 HRESULT 初始化 AdomdException 类的新实例。
公共方法 AdomdException(String) 使用给定的消息初始化 AdomdException 类的新实例。
公共方法 AdomdException(String, Exception) 使用给定的消息和内部异常初始化 AdomdException 类的新实例。

顶部

属性

  名称 说明
公共属性 Data (从 Exception 继承。)
公共属性 HelpLink (从 Exception 继承。)
公共属性 HR 获取 HRESULT,这是分配给特定异常的编码的数值。
公共属性 HResult (从 Exception 继承。)
公共属性 InnerException (从 Exception 继承。)
公共属性 Message (从 Exception 继承。)
公共属性 Source (从 Exception 继承。)
公共属性 StackTrace (从 Exception 继承。)
公共属性 TargetSite (从 Exception 继承。)

顶部

方法

  名称 说明
公共方法 {dtor} 释放 AdomdException 使用的所有资源。
公共方法 Dispose 释放 AdomdException 类的当前实例使用的资源。
公共方法 Equals (从 Object 继承。)
公共方法 GetBaseException (从 Exception 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetObjectData 安全关键。 (从 Exception 继承。)
公共方法 GetType (从 Exception 继承。)
公共方法 ToString (从 Exception 继承。)

顶部

显式接口实现

  名称 说明
显式接口实现私有方法 ISerializableGetObjectData 使用序列化 AdomdException 所需的数据填充指定的 SerializationInfo 对象。

顶部

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间