OperationException Class

Definition

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
OperationException
Attributes

Constructors

OperationException(XmlaResultCollection)

Initializes a new instance of the OperationException class.

Properties

Message

Gets a message that describes the current exception.

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.

Applies to