internal FingerprintException(FingerprintStatusCode statusCode) : base(statusCode.GetDescription()) { _statusCode = statusCode; }