OutOfSyncException クラス
同期エラーを提供します。
継承階層
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.OutOfSyncException
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class OutOfSyncException _
Inherits AmoException
'使用
Dim instance As OutOfSyncException
[SerializableAttribute]
public sealed class OutOfSyncException : AmoException
[SerializableAttribute]
public ref class OutOfSyncException sealed : public AmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type OutOfSyncException =
class
inherit AmoException
end
public final class OutOfSyncException extends AmoException
OutOfSyncException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
OutOfSyncException | インフラストラクチャです。 OutOfSyncException クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | (Exception から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) | |
UnknownReference | 同期に関する不明な参照を取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | 例外に関する情報を含む SerializationInfo を設定します。 (Exception.GetObjectData(SerializationInfo, StreamingContext) をオーバーライドします。) | |
GetType | (Exception から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。