AdomdException 생성자 (Int32)
Initializes a new instance of the AdomdException class with a given HRESULT.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
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
형식: System. . :: . .Int32
The HRESULT for the exception.