Condividi tramite


Costruttore ExpressionNodeConfigurationException

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Sub New
'Utilizzo
Dim instance As New ExpressionNodeConfigurationException()
public ExpressionNodeConfigurationException()
public:
ExpressionNodeConfigurationException()
new : unit -> ExpressionNodeConfigurationException
public function ExpressionNodeConfigurationException()

Osservazioni

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

nullriferimento Null (Nothing in Visual Basic)..

Message

The localized error message string.

Vedere anche

Riferimento

ExpressionNodeConfigurationException Classe

Overload ExpressionNodeConfigurationException

Spazio dei nomi Microsoft.SqlServer.Management.Dmf

Altre risorse

Handling and Throwing Exceptions