次の方法で共有


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 クラスの新しいインスタンスを初期化します。

プロパティ

Results

操作の XMLA 結果を取得します。

XmlaRequest

サーバーに送信され、失敗した XMLA 要求 [Null にできます]。

メソッド

GetObjectData(SerializationInfo, StreamingContext)

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

適用対象