Class ScimConflictException
- Namespace
- Kuestenlogik.Bowire.Scim
- Assembly
- Kuestenlogik.Bowire.Scim.dll
A provisioning operation the current state does not allow.
public sealed class ScimConflictException : Exception, ISerializable
- Inheritance
-
ScimConflictException
- Implements
- Inherited Members
Constructors
ScimConflictException()
A refused operation, unexplained.
public ScimConflictException()
ScimConflictException(string)
A refused operation, with the reason a connector should log.
public ScimConflictException(string message)
Parameters
messagestring
ScimConflictException(string, Exception)
A refused operation, wrapping what actually failed.
public ScimConflictException(string message, Exception innerException)