[]
Creates new BarCodeException instance.
public BarCodeException(BarCodeException.ErrorCodes errorCode)
Type | Name | Description |
---|---|---|
BarCodeException.ErrorCodes | errorCode | Error code. |
Creates new BarCodeException instance.
public BarCodeException(BarCodeException.ErrorCodes errorCode, params object[] messageFormatArgs)
Type | Name | Description |
---|---|---|
BarCodeException.ErrorCodes | errorCode | Error code. |
object[] | messageFormatArgs | Message formatting arguments. |
Enables environments where serialization is required to initialize instances of the BarCodeException class.
protected BarCodeException(SerializationInfo info, StreamingContext context)
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |