Поделиться через


Конструктор ExpressionNodeNotConfigurableOperatorException

Initializes a new instance of the ExpressionNodeNotConfigurableOperatorException class with a system-supplied message that describes the error.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Sub New
'Применение
Dim instance As New ExpressionNodeNotConfigurableOperatorException()
public ExpressionNodeNotConfigurableOperatorException()
public:
ExpressionNodeNotConfigurableOperatorException()
new : unit -> ExpressionNodeNotConfigurableOperatorException
public function ExpressionNodeNotConfigurableOperatorException()

Замечания

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture.

The following table shows the initial property values for an instance of InsufficientMemoryException.

Property

Value

InnerException

nullпустая ссылка (Nothing в Visual Basic).

Message

The localized error message string.

См. также

Справочник

ExpressionNodeNotConfigurableOperatorException Класс

Перегрузка ExpressionNodeNotConfigurableOperatorException

Пространство имен Microsoft.SqlServer.Management.Dmf

Другие ресурсы

Handling and Throwing Exceptions