C# Class CaptchaSharp.Exceptions.TaskSolutionException

An exception that is thrown when a captcha could not be solved.
Inheritance: Exception
Afficher le fichier Open project: openbullet/CaptchaSharp

Méthodes publiques

Méthode Description
TaskSolutionException ( ) : System

TaskSolutionException ( string message ) : System

TaskSolutionException ( string message, Exception inner ) : System

Method Details

TaskSolutionException() public méthode

public TaskSolutionException ( ) : System
Résultat System

TaskSolutionException() public méthode

public TaskSolutionException ( string message ) : System
message string
Résultat System

TaskSolutionException() public méthode

public TaskSolutionException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System