NoSuchObjectTypeException.NoSuchObjectTypeException Constructor
The NoSuchObjectTypeException constructor creates an instance of the NoSuchObjectTypeException class with the specified class name.
Syntax
public void NoSuchObjectTypeException(
String objectType
);
Public Sub NoSuchObjectTypeException( _
ByVal objectType As String _
)
Parameters
- objectType
The name of the invalid object type.
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009