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

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

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

Синтаксис

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

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

Параметры