C# 클래스 Owin.Scim.ErrorHandling.ScimException

상속: System.ApplicationException
파일 보기 프로젝트 열기: PowerDMS/Owin.Scim

공개 메소드들

메소드 설명
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