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