Click or drag to resize
UnknownOrUnsupportedValueOperatorException Constructor (ValueOperator, Type)
Initializes a new instance of the UnknownOrUnsupportedValueOperatorException class

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public UnknownOrUnsupportedValueOperatorException(
	ValueOperator valueOperator,
	Type t
)

Parameters

valueOperator
Type: Lithnet.MetadirectoryServicesValueOperator
The value operator that was unknown or unsupported
t
Type: SystemType
The type that the value operator cannot support
See Also