Freigeben über


AdomdException-Konstruktor (String)

Initializes a new instance of the AdomdException class with a given message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String 

Dim instance As New AdomdException(message)
public AdomdException(
    string message
)
public:
AdomdException(
    String^ message
)
new : 
        message:string -> AdomdException
public function AdomdException(
    message : String
)

Parameter

  • message
    Typ: System.String
    A string containing the message for the exception.

Siehe auch

Verweis

AdomdException Klasse

AdomdException-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace