Class IronBarCodeConfidenceThresholdException
Class for argument exception of confidence threshold
Inheritance
System.Object
IronBarCodeConfidenceThresholdException
Namespace: IronBarCode.Exceptions
Assembly: IronBarCode.dll
Syntax
public class IronBarCodeConfidenceThresholdException : ArgumentException
Constructors
IronBarCodeConfidenceThresholdException(String, Double)
Create confidence threshold exception message
Declaration
public IronBarCodeConfidenceThresholdException(string paramName, double threshold)
Parameters
Type | Name | Description |
---|---|---|
System.String | paramName | name of parameter that contains confidence threshold |
System.Double | threshold | value of confidence threshold |