Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified node type and operand.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Sub New ( _
nodeType As String, _
operand As String _
)
'Применение
Dim nodeType As String
Dim operand As String
Dim instance As New InvalidOperandException(nodeType, _
operand)
public InvalidOperandException(
string nodeType,
string operand
)
public:
InvalidOperandException(
String^ nodeType,
String^ operand
)
new :
nodeType:string *
operand:string -> InvalidOperandException
public function InvalidOperandException(
nodeType : String,
operand : String
)
Параметры
- nodeType
Тип: System.String
A String value that specifies the type of node.
- operand
Тип: System.String
A String value that specifies the operand that is not valid.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.