ScriptWriterException クラス

スクリプトを記述しようとしたときに発生した例外を表します。

継承階層

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Smo.SmoException
        Microsoft.SqlServer.Management.Smo.ScriptWriterException

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class ScriptWriterException _
    Inherits SmoException
'使用
Dim instance As ScriptWriterException
[SerializableAttribute]
public sealed class ScriptWriterException : SmoException
[SerializableAttribute]
public ref class ScriptWriterException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type ScriptWriterException =  
    class 
        inherit SmoException 
    end
public final class ScriptWriterException extends SmoException

ScriptWriterException 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド ScriptWriterException() ScriptWriterException クラスの新しいインスタンスを初期化します。
パブリック メソッド ScriptWriterException(String) 例外メッセージを指定して、ScriptWriterException クラスの新しいインスタンスを初期化します。
パブリック メソッド ScriptWriterException(String, Exception) 例外メッセージと、例外を発生させた例外を指定して、ScriptWriterException クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Data (Exception から継承されています。)
パブリック プロパティ HelpLink SMO 例外の詳細についてのヘルプ リンクを Microsoft から取得します。 (SmoException から継承されています。)
パブリック プロパティ HResult (Exception から継承されています。)
パブリック プロパティ InnerException (Exception から継承されています。)
パブリック プロパティ Message (Exception から継承されています。)
パブリック プロパティ SmoExceptionType ScriptWriterException に関連付けられている SmoExceptionType を取得します。 (SmoException.SmoExceptionType をオーバーライドします。)
パブリック プロパティ Source (Exception から継承されています。)
パブリック プロパティ StackTrace (Exception から継承されています。)
パブリック プロパティ TargetSite (Exception から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetBaseException (Exception から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetObjectData セキュリティ クリティカル。 (Exception から継承されています。)
パブリック メソッド GetType (Exception から継承されています。)
プロテクト メソッド SetHelpContext 参照先の例外のヘルプ コンテキスト値を設定します。 (SmoException から継承されています。)
パブリック メソッド ToString (Exception から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間