C# Class Owin.Scim.Extensions.JsonPatchExceptionExtensions

显示文件 Open project: PowerDMS/Owin.Scim

Public Methods

Method Description
ToScimError ( this exception ) : ScimError

Private Methods

Method Description
GetDetail ( ScimPatchException exception ) : string
GetScimType ( ScimPatchException exception ) : ScimErrorType
GetStatusCode ( ScimPatchException exception ) : HttpStatusCode

Method Details

ToScimError() public static method

public static ToScimError ( this exception ) : ScimError
exception this
return ScimError