C# Class CaptchaSharp.Exceptions.TaskReportException

An exception that is thrown when a captcha failed to be reported as wrong.
Inheritance: Exception
Mostrar archivo Open project: openbullet/CaptchaSharp

Public Methods

Method Description
TaskReportException ( ) : System

TaskReportException ( string message ) : System

TaskReportException ( string message, Exception inner ) : System

Method Details

TaskReportException() public method

public TaskReportException ( ) : System
return System

TaskReportException() public method

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

TaskReportException() public method

public TaskReportException ( string message, Exception inner ) : System
message string
inner Exception
return System