UtilityException クラス
UtilityException クラスは、ユーティリティ例外情報を記録するメソッドとプロパティを定義します。これは、すべてのユーティリティ例外の種類の基本クラスです。
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Utility..::..UtilityException
名前空間: Microsoft.SqlServer.Management.Utility
アセンブリ: Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)
構文
'宣言
<SerializableAttribute> _
Public Class UtilityException _
Inherits SqlServerManagementException
'使用
Dim instance As UtilityException
[SerializableAttribute]
public class UtilityException : SqlServerManagementException
[SerializableAttribute]
public ref class UtilityException : public SqlServerManagementException
[<SerializableAttribute>]
type UtilityException =
class
inherit SqlServerManagementException
end
public class UtilityException extends SqlServerManagementException
UtilityException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
UtilityException() () () () | UtilityException クラスの新しい既定のインスタンスを既定のプロパティ値で初期化します。 | |
UtilityException(String) | 指定したエラー メッセージを使用して、UtilityException クラスの新しい既定インスタンスを初期化します。 | |
UtilityException(SerializationInfo, StreamingContext) | シリアル化されたデータを使用して、UtilityException クラスの新しい既定インスタンスを初期化します。 | |
UtilityException(String, Exception) | 指定したエラー メッセージと内部例外を使用して、UtilityException クラスの新しい既定インスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | SQL Server ヘルプ Web サイトへのリンクを取得します。 (Exception. . :: . .HelpLink をオーバーライドします。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
ProdVer | SQL Server の製品バージョンを取得します。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
Init | 例外プロパティを初期化します。 | |
MemberwiseClone | (Object から継承されています。) | |
SetHelpContext | 例外のヘルプ コンテキスト ID を定義します。 | |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。