Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the AdomdException class with a given message and an inner exception.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
innerException As Exception _
)
public AdomdException (
string message,
Exception innerException
)
public:
AdomdException (
String^ message,
Exception^ innerException
)
public AdomdException (
String message,
Exception innerException
)
public function AdomdException (
message : String,
innerException : Exception
)
Parametri
- message
A string containing the message for the exception.
- innerException
An instance of the Exception that caused the current exception.
Osservazioni
When an exception X is thrown as a direct result of a previous exception Y, the InnerException property of X should contain a reference to Y.
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