ObjectTypeNotSupportedException.ObjectTypeNotSupportedException Constructor
The ObjectTypeNotSupportedException.ObjectTypeNotSupportedException(String) constructor initializes an instance of the ObjectTypeNotSupportedException class with with a specified error message.
Syntax
public void ObjectTypeNotSupportedException(
String description
);
Public Sub ObjectTypeNotSupportedException( _
ByVal description As String _
)
Parameters
- description
The error message.
Requirements
Product | Microsoft Identity Integration Server 2003 SP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
ObjectTypeNotSupportedException
Send comments about this topic to Microsoft
Build date: 2/16/2009