Click or drag to resize
UnknownOrUnsupportedValueOperatorException Constructor (String, Exception)
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(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message that describes the error
innerException
Type: SystemException
The exception that is the cause of the current exception
See Also