Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the AdomdException class with a given message and an inner exception.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
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
)
Parameter
- message
A string containing the message for the exception.
- innerException
An instance of the Exception that caused the current exception.
Hinweise
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdServer Namespace