OperationException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente les erreurs de l’opération.
[System.Serializable]
public sealed class OperationException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type OperationException = class
inherit AmoException
Public NotInheritable Class OperationException
Inherits AmoException
- Héritage
- Attributs
Constructeurs
OperationException(XmlaResultCollection) |
Initialise une nouvelle instance de la classe OperationException. |
Propriétés
Results |
Obtient les résultats XMLA de l’opération. |
XmlaRequest |
Requête XMLA envoyée au serveur et ayant échoué [Peut être null]. |
Méthodes
GetObjectData(SerializationInfo, StreamingContext) |
Définit serializationInfo avec des informations sur l’exception. |