Overload | Description |
---|---|
UnableCreateUPCEException Constructor() | Generated base exception when the component unable to expand a UPC-E value to a UPC-A value fails. |
UnableCreateUPCEException Constructor(Int32) | Generated exception when the component is unable to expand a UPC-E value to a UPC-A value with a given error number. |
UnableCreateUPCEException Constructor(String) | Generated exception when the component is unable to expand a UPC-E value to a UPC-A value with a given message. |
UnableCreateUPCEException Constructor(Int32,String) | Generated exception when the component is unable to expand a UPC-E value to a UPC-A value with a given error number and message. |
UnableCreateUPCEException Constructor(String,Exception) | Generated exception when the component is unable to expand a UPC-E value to a UPC-A value with a given message and inner exception. |