次の方法で共有


RegisteredServerException クラス

RegisteredServerException クラスは、サーバーの登録中にエラーが発生すると生成される例外を表します。

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

構文

'宣言
<SerializableAttribute> _
Public Class RegisteredServerException _
    Inherits ApplicationException
'使用
Dim instance As RegisteredServerException
[SerializableAttribute]
public class RegisteredServerException : ApplicationException
[SerializableAttribute]
public ref class RegisteredServerException : public ApplicationException
[<SerializableAttribute>]
type RegisteredServerException =  
    class
        inherit ApplicationException
    end
public class RegisteredServerException extends ApplicationException

説明

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

継承階層

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..RegisteredServerException

スレッド セーフ

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