Udostępnij za pośrednictwem


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

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