言語

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, Exception)

指定されたエラーメッセージと内部例外を付けた新しいデフォルト UtilityException インスタンスを初期化します。

UtilityException(String)

指定されたエラーメッセージとともに、 UtilityException クラスの新しいデフォルトインスタンスを初期化します。

プロパティ

名前 説明
HelpLink

SQL Serverヘルプのウェブサイトへのリンクを得ます。

ProdVer

SQL Serverの製品版を入手します。

メソッド

名前 説明
Init()

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

SetHelpContext(String)

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

適用対象