AdomdException Constructor (String, Exception)
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
)
Parameters
- message
A string containing the message for the exception.
- innerException
An instance of the Exception that caused the current exception.
Remarks
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
.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdServer Namespace