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