메소드 | 설명 | |
---|---|---|
BadRequestException ( ModelStateDictionary modelState ) : System | ||
BadRequestException ( string message ) : System | ||
BadRequestException ( string key, string errorMessage ) : System |
public BadRequestException ( ModelStateDictionary modelState ) : System | ||
modelState | ModelStateDictionary | |
리턴 | System |
public BadRequestException ( string message ) : System | ||
message | string | |
리턴 | System |
public BadRequestException ( string key, string errorMessage ) : System | ||
key | string | |
errorMessage | string | |
리턴 | System |