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 要求、および失敗した XMLA 要求です [null の場合があります]。

メソッド

GetObjectData(SerializationInfo, StreamingContext)

例外に関する情報を含む SerializationInfo を設定します。

適用対象