ExpressionNodeNotConfigurableOperatorException Constructor ()

 

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

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

public ExpressionNodeNotConfigurableOperatorException()
public:
ExpressionNodeNotConfigurableOperatorException()
new : unit -> ExpressionNodeNotConfigurableOperatorException
Public Sub New

Remarks

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

null.

Message

The localized error message string.

See Also

ExpressionNodeNotConfigurableOperatorException Overload
ExpressionNodeNotConfigurableOperatorException Class
Microsoft.SqlServer.Management.Dmf Namespace

f99a1d29-a2a8-47af-9707-9909f9010735

Return to top