Конструктор UtilityException (String)
Initializes a new, default instance of the UtilityException class with the specified error message.
Пространство имен: Microsoft.SqlServer.Management.Utility
Сборка: Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String _
)
'Применение
Dim message As String
Dim instance As New UtilityException(message)
public UtilityException(
string message
)
public:
UtilityException(
String^ message
)
new :
message:string -> UtilityException
public function UtilityException(
message : String
)
Параметры
- message
Тип: System. . :: . .String
Contains a message describing the error.