Class ScimPatchException
- Namespace
- Kuestenlogik.Bowire.Scim
- Assembly
- Kuestenlogik.Bowire.Scim.dll
A PATCH body this implementation will not apply.
public sealed class ScimPatchException : Exception, ISerializable
- Inheritance
-
ScimPatchException
- Implements
- Inherited Members
Constructors
ScimPatchException()
An unusable PATCH document, unexplained.
public ScimPatchException()
ScimPatchException(string)
An unusable PATCH document, with the reason a connector should log.
public ScimPatchException(string message)
Parameters
messagestring
ScimPatchException(string, Exception)
An unusable PATCH document, wrapping what actually failed.
public ScimPatchException(string message, Exception innerException)