AdomdException Constructor
Initializes a new instance of the AdomdException class using the specified serialization and stream context.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
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
)
Parameters
- 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.
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.AdomdClient Namespace