AdomdException Constructor
Initializes a new instance of the AdomdException class using the specified serialization and stream context.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected AdomdException (
SerializationInfo info,
StreamingContext context
)
protected:
AdomdException (
SerializationInfo^ info,
StreamingContext context
)
protected AdomdException (
SerializationInfo info,
StreamingContext context
)
protected function AdomdException (
info : SerializationInfo,
context : StreamingContext
)
Параметры
- info
A System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
- context
A System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdClient Namespace