Condividi tramite


AdomdException Constructor (String)

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
public AdomdException (
    string message
)
public:
AdomdException (
    String^ message
)
public AdomdException (
    String message
)
public function AdomdException (
    message : String
)

Parametri

  • message
    A string containing the message for the exception.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdServer Namespace