AdomdException Constructor
Initializes a new instance of the AdomdException class using the specified serialization and stream context.
Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- 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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
AdomdException Class
AdomdException Members
Microsoft.AnalysisServices.AdomdClient Namespace