OperationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the errors of the operation.
[System.Serializable]
public sealed class OperationException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type OperationException = class
inherit AmoException
Public NotInheritable Class OperationException
Inherits AmoException
- Inheritance
- Attributes
Constructors
OperationException(XmlaResultCollection) |
Initializes a new instance of the OperationException class. |
Properties
Results |
Gets the XMLA results of the operation. |
XmlaRequest |
XMLA request that was sent to Server and failed [Can be null]. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the SerializationInfo with information about the exception. |