Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdServer Namespace