Compartir a través de


ExpressionNodeConfigurationException Constructor

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Sub New
'Uso
Dim instance As New ExpressionNodeConfigurationException()
public ExpressionNodeConfigurationException()
public:
ExpressionNodeConfigurationException()
new : unit -> ExpressionNodeConfigurationException
public function ExpressionNodeConfigurationException()

Comentarios

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

nulles una referencia NULL (Nothing en Visual Basic)..

Message

The localized error message string.

Vea también

Referencia

ExpressionNodeConfigurationException Clase

Sobrecarga de ExpressionNodeConfigurationException

Espacio de nombres Microsoft.SqlServer.Management.Dmf

Otros recursos

Handling and Throwing Exceptions