BarCodeRecognitionException

BarCodeRecognitionException()

初始化BarCodeRecognitionException类.

public BarCodeRecognitionException()

也可以看看


BarCodeRecognitionException(string)

初始化BarCodeRecognitionException类.

public BarCodeRecognitionException(string message)
范围类型描述
messageString错误信息

也可以看看


BarCodeRecognitionException(string, Exception)

初始化BarCodeRecognitionException具有指定错误消息和当前异常的类。

public BarCodeRecognitionException(string message, Exception innerException)
范围类型描述
messageString异常的错误消息。
innerExceptionException抛出当前异常。

也可以看看