OperationException 类

定义

表示操作的错误。

[System.Serializable]
public sealed class OperationException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type OperationException = class
    inherit AmoException
Public NotInheritable Class OperationException
Inherits AmoException
继承
OperationException
属性

构造函数

OperationException(XmlaResultCollection)

初始化 OperationException 类的新实例。

属性

Message

获取描述当前异常的消息。

Results

获取操作的 XMLA 结果。

XmlaRequest

XMLA 请求已发送到服务器,但已失败 [可以为 NULL]。

方法

GetObjectData(SerializationInfo, StreamingContext)

使用有关异常的信息设置 SerializationInfo。

适用于