Jobs: Add exception for unsupported zugferd documents
This commit is contained in:
@@ -43,8 +43,11 @@ Public Class Exceptions
|
||||
Public Class UnsupportedFerdException
|
||||
Inherits ApplicationException
|
||||
|
||||
Public Sub New()
|
||||
Public ReadOnly Property XmlFile As String
|
||||
|
||||
Public Sub New(pXmlFile As String)
|
||||
MyBase.New("ZUGFeRD document found but is not supported!")
|
||||
_XmlFile = pXmlFile
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user