The UnexpectedDataException constructor creates an instance of the UnexpectedDataException class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As New UnexpectedDataException

Syntax

Visual Basic
Public Sub New
C#
public UnexpectedDataException ()
C++
public:
UnexpectedDataException ()
J#
public UnexpectedDataException ()
JScript
public function UnexpectedDataException ()

Remarks

The default constructor initializes any fields to their default values.

Platforms

Target Platforms

See Also