Constructeur AdomdException (Int32)
Initialise une nouvelle instance de la classe AdomdException avec un HRESULT donné.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Sub New ( _
hr As Integer _
)
'Utilisation
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
)
Paramètres
- hr
Type : Int32
HRESULT pour l'exception.