Partager via


Constructeur AdomdException (String)

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

AdomdException Classe

Surcharge AdomdException

Espace de noms Microsoft.AnalysisServices.AdomdServer