Share via


WrongPropertyValueException Constructor

Initializes a new instance of the WrongPropertyValueException class.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New WrongPropertyValueException()
public WrongPropertyValueException()
public:
WrongPropertyValueException()
new : unit -> WrongPropertyValueException
public function WrongPropertyValueException()

Remarks

The default constructor initializes any fields to their default values.

Examples

Handling SMO Exceptions

See Also

Reference

WrongPropertyValueException Class

WrongPropertyValueException Overload

Microsoft.SqlServer.Management.Smo Namespace