Barcode for WPF
EncodingException プロパティ (C1BarCode)

C1.WPF.BarCode アセンブリ > C1.WPF.BarCode 名前空間 > C1BarCode クラス : EncodingException プロパティ
Gets the C1.BarCode.BarCodeException that prevented the C1BarCode.Text from being encoded.
シンタックス
'宣言
 
Public ReadOnly Property EncodingException As BarCodeException
public BarCodeException EncodingException {get;}
解説

Most encodings have limitations that determine what type of text it can represent. For example, some are numeric-only and some require text of a specific length.

If the value of the C1BarCode.Text property cannot be represented using the current C1BarCode.CodeType, then the error message will be shown in the control.

In this case, the EncodingException property returns details about the exception that prevented the bar code from being generated.

参照

C1BarCode クラス
C1BarCode メンバ