Microsoft Identity Integration Server 2003 Developer Reference

UnexpectedDataException.UnexpectedDataException (String)

The UnexpectedDataException (String) constructor creates an instance of the UnexpectedDataException class with the specified error message.
[C#]
public UnexpectedDataException(
  String description
);
[Visual Basic .NET]
Public Sub New( _
  ByVal description As String _
)

Parameters

description
The error message.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

UnexpectedDataException