C# 클래스 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.
상속: System.Exception
파일 보기 프로젝트 열기: CryptidID/Cryptid

공개 메소드들

메소드 설명
AccessConfidenceTooLowException ( ) : System
AccessConfidenceTooLowException ( string message ) : System
AccessConfidenceTooLowException ( string message, Exception inner ) : System

메소드 상세

AccessConfidenceTooLowException() 공개 메소드

public AccessConfidenceTooLowException ( ) : System
리턴 System

AccessConfidenceTooLowException() 공개 메소드

public AccessConfidenceTooLowException ( string message ) : System
message string
리턴 System

AccessConfidenceTooLowException() 공개 메소드

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