UtilityException クラス

定義

UtilityException クラスは、ユーティリティ例外情報を記録するメソッドとプロパティを定義します。 これは、すべてのユーティリティ例外の種類の基本クラスです。

public ref class UtilityException : Microsoft::SqlServer::Management::Common::SqlServerManagementException
[System.Serializable]
public class UtilityException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type UtilityException = class
    inherit SqlServerManagementException
Public Class UtilityException
Inherits SqlServerManagementException
継承
UtilityException
属性

コンストラクター

UtilityException()

UtilityException クラスの新しい既定のインスタンスを既定のプロパティ値で初期化します。

UtilityException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して、UtilityException クラスの新しい既定インスタンスを初期化します。

UtilityException(String)

指定したエラー メッセージを使用して、UtilityException クラスの新しい既定インスタンスを初期化します。

UtilityException(String, Exception)

指定したエラー メッセージと内部例外を使用して、UtilityException クラスの新しい既定インスタンスを初期化します。

プロパティ

HelpLink

SQL Server ヘルプ Web サイトへのリンクを取得します。

ProdVer

SQL Serverの製品バージョンを取得します。

メソッド

Init()

例外プロパティを初期化します。

SetHelpContext(String)

例外のヘルプ コンテキスト ID を定義します。

適用対象