다음을 통해 공유


ExpressionNodeConfigurationException 생성자

Initializes a new instance of the ExpressionNodeConfigurationException 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 ExpressionNodeConfigurationException()
public ExpressionNodeConfigurationException()
public:
ExpressionNodeConfigurationException()
new : unit -> ExpressionNodeConfigurationException
public function ExpressionNodeConfigurationException()

주의

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.

참고 항목

참조

ExpressionNodeConfigurationException 클래스

ExpressionNodeConfigurationException 오버로드

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

관련 자료

Handling and Throwing Exceptions