Click or drag to resize
UnknownOrUnsupportedModificationTypeException Constructor (AttributeModificationType)
Initializes a new instance of the UnknownOrUnsupportedModificationTypeException class

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public UnknownOrUnsupportedModificationTypeException(
	AttributeModificationType modificationType
)

Parameters

modificationType
Type: AttributeModificationType
The modification type that was unknown or supported
See Also