Method | Description | |
---|---|---|
ScimException ( HttpStatusCode statusCode, string detail, ScimErrorType errorType = null ) : System |
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 |
return | System |