C# Class Bit.Core.Exceptions.BadRequestException

Inheritance: System.Exception
Show file Open project: bitwarden/core

Public Methods

Method Description
BadRequestException ( ModelStateDictionary modelState ) : System
BadRequestException ( string message ) : System
BadRequestException ( string key, string errorMessage ) : System

Method Details

BadRequestException() public method

public BadRequestException ( ModelStateDictionary modelState ) : System
modelState ModelStateDictionary
return System

BadRequestException() public method

public BadRequestException ( string message ) : System
message string
return System

BadRequestException() public method

public BadRequestException ( string key, string errorMessage ) : System
key string
errorMessage string
return System