Share via


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

nullnull 참조(Visual Basic에서는 Nothing).

Message

The localized error message string.

참고 항목

참조

ExpressionNodeNotConfigurableOperatorException 클래스

ExpressionNodeNotConfigurableOperatorException 오버로드

Microsoft.SqlServer.Management.Dmf 네임스페이스

관련 자료

Handling and Throwing Exceptions