C# Class CaptchaSharp.Exceptions.TaskSolutionException

An exception that is thrown when a captcha could not be solved.
Inheritance: Exception
ファイルを表示 Open project: openbullet/CaptchaSharp

Public Methods

Method Description
TaskSolutionException ( ) : System

TaskSolutionException ( string message ) : System

TaskSolutionException ( string message, Exception inner ) : System

Method Details

TaskSolutionException() public method

public TaskSolutionException ( ) : System
return System

TaskSolutionException() public method

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

TaskSolutionException() public method

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