InternalEnumeratorException Class
InternalEnumeratorException クラスは、列挙操作の内部フェーズでエラーが発生した場合に発生する例外を表します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoEnum (microsoft.sqlserver.smoenum.dll 内)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class InternalEnumeratorException
Inherits EnumeratorException
[SerializableAttribute]
public sealed class InternalEnumeratorException : EnumeratorException
[SerializableAttribute]
public ref class InternalEnumeratorException sealed : public EnumeratorException
/** @attribute SerializableAttribute() */
public final class InternalEnumeratorException extends EnumeratorException
SerializableAttribute
public final class InternalEnumeratorException extends EnumeratorException
解説
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.EnumeratorException
Microsoft.SqlServer.Management.Smo.InternalEnumeratorException
使用例
Visual Basic .NET で例外をキャッチする方法
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
InternalEnumeratorException Members
Microsoft.SqlServer.Management.Smo Namespace