ResultTypeNotSupportedEnumeratorException クラス
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class ResultTypeNotSupportedEnumeratorException _
Inherits EnumeratorException
'使用
Dim instance As ResultTypeNotSupportedEnumeratorException
[SerializableAttribute]
public sealed class ResultTypeNotSupportedEnumeratorException : EnumeratorException
[SerializableAttribute]
public ref class ResultTypeNotSupportedEnumeratorException sealed : public EnumeratorException
[<SealedAttribute>]
[<SerializableAttribute>]
type ResultTypeNotSupportedEnumeratorException =
class
inherit EnumeratorException
end
public final class ResultTypeNotSupportedEnumeratorException extends EnumeratorException
ResultTypeNotSupportedEnumeratorException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ResultTypeNotSupportedEnumeratorException() | このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
ResultTypeNotSupportedEnumeratorException(String) | 指定したメッセージを使用して、ResultTypeNotSupportedEnumeratorException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
ResultTypeNotSupportedEnumeratorException(ResultType) | このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
ResultTypeNotSupportedEnumeratorException(String, Exception) | このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
ResultTypeNotSupportedEnumeratorException(ResultType, Exception) | 指定した型および内部例外パラメーターを使用して、ResultTypeNotSupportedEnumeratorException クラスの新しいインスタンスを初期化します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | (Exception から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
ResultType | このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | セキュリティ クリティカル。 (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。