AdomdException 构造函数 (Int32)
使用给定的 HRESULT 初始化 AdomdException 类的新实例。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Sub New ( _
hr As Integer _
)
用法
Dim hr As Integer
Dim instance As New AdomdException(hr)
public AdomdException(
int hr
)
public:
AdomdException(
int hr
)
new :
hr:int -> AdomdException
public function AdomdException(
hr : int
)
参数
- hr
类型:Int32
异常的 HRESULT。