Class ScimFilterException

Namespace
Kuestenlogik.Bowire.Scim
Assembly
Kuestenlogik.Bowire.Scim.dll

A filter expression this implementation will not evaluate.

public sealed class ScimFilterException : Exception, ISerializable
Inheritance
ScimFilterException
Implements
Inherited Members

Constructors

ScimFilterException()

An unusable filter, unexplained.

public ScimFilterException()

ScimFilterException(string)

An unusable filter, with the reason a connector should log.

public ScimFilterException(string message)

Parameters

message string

ScimFilterException(string, Exception)

An unusable filter, wrapping what actually failed.

public ScimFilterException(string message, Exception innerException)

Parameters

message string
innerException Exception