AmoException クラス
AMO エラーまたは警告が発生したときに生成される例外を表します。
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices..::..AmoException
Microsoft.AnalysisServices. . :: . .ConnectionException
Microsoft.AnalysisServices. . :: . .OperationException
Microsoft.AnalysisServices. . :: . .OutOfSyncException
Microsoft.AnalysisServices. . :: . .ResponseFormatException
Microsoft.AnalysisServices. . :: . .XmlSerializationException
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<SerializableAttribute> _
Public Class AmoException _
Inherits Exception
'使用
Dim instance As AmoException
[SerializableAttribute]
public class AmoException : Exception
[SerializableAttribute]
public ref class AmoException : public Exception
[<SerializableAttribute>]
type AmoException =
class
inherit Exception
end
public class AmoException extends Exception
AmoException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AmoException() () () () | ||
AmoException(String) | 指定されたメッセージ テキストを使用して、AmoException クラスの新しいインスタンスを初期化します。 | |
AmoException(SerializationInfo, StreamingContext) | ||
AmoException(String, Exception) |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | (Exception から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
説明
新規 : 2006 年 7 月 17 日
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。