C# Class Cryptid.Exceptions.AccessConfidenceTooLowException

This exception is to be thrown when biometric comparison does not exceed a given threshold. For example, if the desired fingerprint confidence is 50.0 but only a 25.0 is achieved.
Inheritance: System.Exception
Afficher le fichier Open project: CryptidID/Cryptid

Méthodes publiques

Méthode Description
AccessConfidenceTooLowException ( ) : System
AccessConfidenceTooLowException ( string message ) : System
AccessConfidenceTooLowException ( string message, Exception inner ) : System

Method Details

AccessConfidenceTooLowException() public méthode

public AccessConfidenceTooLowException ( ) : System
Résultat System

AccessConfidenceTooLowException() public méthode

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

AccessConfidenceTooLowException() public méthode

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