C# 클래스 CaptchaSharp.Exceptions.TaskReportException

An exception that is thrown when a captcha failed to be reported as wrong.
상속: Exception
파일 보기 프로젝트 열기: openbullet/CaptchaSharp

공개 메소드들

메소드 설명
TaskReportException ( ) : System

TaskReportException ( string message ) : System

TaskReportException ( string message, Exception inner ) : System

메소드 상세

TaskReportException() 공개 메소드

public TaskReportException ( ) : System
리턴 System

TaskReportException() 공개 메소드

public TaskReportException ( string message ) : System
message string
리턴 System

TaskReportException() 공개 메소드

public TaskReportException ( string message, Exception inner ) : System
message string
inner Exception
리턴 System