C# Класс Owin.Scim.ErrorHandling.ScimException

Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
ScimException ( HttpStatusCode statusCode, string detail, ScimErrorType errorType = null ) : System

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

Описание методов

ScimException() публичный Метод

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
Результат System