From 05355c93a580096455b523bfe720b27c314d2615 Mon Sep 17 00:00:00 2001 From: pitzm Date: Fri, 8 Aug 2025 11:46:52 +0200 Subject: [PATCH] Readonly Property --- Interfaces/ZUGFeRDInterface/Exceptions.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interfaces/ZUGFeRDInterface/Exceptions.vb b/Interfaces/ZUGFeRDInterface/Exceptions.vb index 79af3acd..18e33155 100644 --- a/Interfaces/ZUGFeRDInterface/Exceptions.vb +++ b/Interfaces/ZUGFeRDInterface/Exceptions.vb @@ -54,7 +54,7 @@ Public Class Exceptions Public ValidationErrors As List(Of ZugferdValidationError) - Public Property ErrorCode() As ErrorCodes + Public ReadOnly Property ErrorCode() As ErrorCodes Public Sub New() MyBase.New("ZUGFeRD document found but validation failed!")