MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
This commit is contained in:
13
Interfaces/ZUGFeRDInterface/Exceptions.vb
Normal file
13
Interfaces/ZUGFeRDInterface/Exceptions.vb
Normal file
@@ -0,0 +1,13 @@
|
||||
Public Class Exceptions
|
||||
Public Class ZUGFeRDExecption
|
||||
Inherits ApplicationException
|
||||
|
||||
Public ReadOnly Property ErrorType() As ZUGFeRDInterface.ErrorType
|
||||
|
||||
Public Sub New(ErrorType As ZUGFeRDInterface.ErrorType, Message As String)
|
||||
MyBase.New(Message)
|
||||
|
||||
_ErrorType = ErrorType
|
||||
End Sub
|
||||
End Class
|
||||
End Class
|
||||
Reference in New Issue
Block a user