OperationException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示操作的错误。
[System.Serializable]
public sealed class OperationException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type OperationException = class
inherit AmoException
Public NotInheritable Class OperationException
Inherits AmoException
- 继承
- 属性
构造函数
OperationException(XmlaResultCollection) |
初始化 OperationException 类的新实例。 |
属性
Results |
获取操作的 XMLA 结果。 |
XmlaRequest |
发送到服务器的 XMLA 请求失败 [可以为 null]。 |
方法
GetObjectData(SerializationInfo, StreamingContext) |
设置 SerializationInfo,其中包含有关异常的信息。 |