Поделиться через


Конструктор RegisteredServerException (String)

Initializes a new instance of the RegisteredServerException class with the specified message.

Пространство имен:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Сборка:  Microsoft.SqlServer.RegSvrEnum (в Microsoft.SqlServer.RegSvrEnum.dll)

Синтаксис

'Декларация
Public Sub New ( _
    message As String _
)
'Применение
Dim message As String

Dim instance As New RegisteredServerException(message)
public RegisteredServerException(
    string message
)
public:
RegisteredServerException(
    String^ message
)
new : 
        message:string -> RegisteredServerException
public function RegisteredServerException(
    message : String
)

Параметры