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
显示文件 Open project: CryptidID/Cryptid

Public Methods

Method Description
AccessConfidenceTooLowException ( ) : System
AccessConfidenceTooLowException ( string message ) : System
AccessConfidenceTooLowException ( string message, Exception inner ) : System

Method Details

AccessConfidenceTooLowException() public method

public AccessConfidenceTooLowException ( ) : System
return System

AccessConfidenceTooLowException() public method

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

AccessConfidenceTooLowException() public method

public AccessConfidenceTooLowException ( string message, Exception inner ) : System
message string
inner System.Exception
return System