Freigeben über


AdomdException-Konstruktor (Int32)

Initialisiert eine neue Instanz der AdomdException-Klasse mit einem angegebenen HRESULT.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Sub New ( _
    hr As Integer _
)
'Usage
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
)

Parameter

  • hr
    Typ: Int32
    Das HRESULT für die Ausnahme.

Siehe auch

Verweis

AdomdException Klasse

AdomdException-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace