Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the UnexpectedDataException class with the specified error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim description As String
Dim instance As New UnexpectedDataException(description)
Syntax
'Declaration
Public Sub New ( _
description As String _
)
public UnexpectedDataException (
string description
)
public:
UnexpectedDataException (
String^ description
)
public UnexpectedDataException (
String description
)
public function UnexpectedDataException (
description : String
)
Parameters
- description
The error message.
Platforms
Target Platforms
See Also
Reference
UnexpectedDataException Class
UnexpectedDataException Members
Microsoft.MetadirectoryServices Namespace