ResponseFormatException クラス
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices. . :: . .AmoException
Microsoft.AnalysisServices..::..ResponseFormatException
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class ResponseFormatException _
Inherits AmoException
'使用
Dim instance As ResponseFormatException
[SerializableAttribute]
public sealed class ResponseFormatException : AmoException
[SerializableAttribute]
public ref class ResponseFormatException sealed : public AmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type ResponseFormatException =
class
inherit AmoException
end
public final class ResponseFormatException extends AmoException
ResponseFormatException 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
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 から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。