PropertyNotAvailableException Constructor

Initializes a new instance of the PropertyNotAvailableException class.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New PropertyNotAvailableException()
public PropertyNotAvailableException()
public:
PropertyNotAvailableException()
new : unit -> PropertyNotAvailableException
public function PropertyNotAvailableException()

Remarks

The default constructor initializes any fields to their default values.