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。