Condividi tramite


Costruttore AdomdException (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 _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

AdomdException Classe

Overload AdomdException

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer