AdomdException Constructor (Int32)

Initializes a new instance of the AdomdException class with a given 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
)

Parameters

  • hr
    Type: Int32
    The HRESULT for the exception.

See Also

Reference

AdomdException Class

AdomdException Overload

Microsoft.AnalysisServices.AdomdServer Namespace