Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / QRCode Class / EncodingException Property

In This Topic
    EncodingException Property
    In This Topic
    Gets the exception that prevented the field's text from being encoded.

    For more details see C1.Win.C1BarCode.C1QRCode documentation.

    Syntax
    'Declaration
     
    Public ReadOnly Property EncodingException As Exception
    public Exception EncodingException {get;}
    See Also