BarCodeException

BarCodeException()

初始化BarCodeException类.

public BarCodeException()

也可以看看


BarCodeException(string)

初始化BarCodeException具有指定错误消息的类。

public BarCodeException(string message)
范围 类型 描述
message String 异常的错误消息。

也可以看看


BarCodeException(string, Exception)

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

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

也可以看看