C# Class Owin.Scim.ErrorHandling.ScimException

Inheritance: System.ApplicationException
Afficher le fichier Open project: PowerDMS/Owin.Scim

Méthodes publiques

Méthode Description
ScimException ( HttpStatusCode statusCode, string detail, ScimErrorType errorType = null ) : System

Use this to control the type of response status returned to client.

Method Details

ScimException() public méthode

Use this to control the type of response status returned to client.
public ScimException ( HttpStatusCode statusCode, string detail, ScimErrorType errorType = null ) : System
statusCode HttpStatusCode HTTP response status code
detail string body text as raw string
errorType ScimErrorType Only applicable for status=400
Résultat System