Initializes a new instance of the AdomdException class with a given message and an inner exception.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv (in msmgdsrv.dll)
语法
声明
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
)
参数
- message
A string containing the message for the exception.
- innerException
An instance of the Exception that caused the current exception.
备注
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
.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdServer Namespace