Конструктор FailedOperationException (String)
Initializes a new instance of the FailedOperationException class that has 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 FailedOperationException(message)
public FailedOperationException(
string message
)
public:
FailedOperationException(
String^ message
)
new :
message:string -> FailedOperationException
public function FailedOperationException(
message : String
)
Параметры
- message
Тип System. . :: . .String
A String value that specifies the message string for the Failed Operation exception.