C# 클래스 RequestValidationException, httplaceholder

An exception that is thrown when anything stub related went wrong.
상속: Exception
파일 보기 프로젝트 열기: dukeofharen/httplaceholder 1 사용 예제들

공개 메소드들

메소드 설명
RequestValidationException ( string message ) : System,

Constructs a RequestValidationException instance.

메소드 상세

RequestValidationException() 공개 메소드

Constructs a RequestValidationException instance.
public RequestValidationException ( string message ) : System,
message string
리턴 System,