Конструктор SfcException (String)
Initializes a new instance of the SfcException class with a specified error message. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected Sub New ( _
message As String _
)
'Применение
Dim message As String
Dim instance As New SfcException(message)
protected SfcException(
string message
)
protected:
SfcException(
String^ message
)
new :
message:string -> SfcException
protected function SfcException(
message : String
)
Параметры
- message
Тип: System.String
The message that describes the error.