UnknownOrUnsupportedModificationTypeException Constructor (ObjectModificationType) |
Initializes a new instance of the UnknownOrUnsupportedModificationTypeException class
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public UnknownOrUnsupportedModificationTypeException(
ObjectModificationType modificationType
)
Public Sub New (
modificationType As ObjectModificationType
)
public:
UnknownOrUnsupportedModificationTypeException(
ObjectModificationType modificationType
)
Parameters
- modificationType
- Type: ObjectModificationType
The modification type that was unknown or supported
See Also