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