Jobs: Change Email Text for Filesize Exceeded
This commit is contained in:
@@ -24,8 +24,11 @@ Public Class Exceptions
|
||||
Public Class FileSizeLimitReachedException
|
||||
Inherits ApplicationException
|
||||
|
||||
Public Const KEY_FILENAME = "FILENAME"
|
||||
|
||||
Public Sub New(pFilePath As String, pFileSizeLimitInMegaBytes As Integer)
|
||||
MyBase.New($"At least one file exceeded the filesize limit of {pFileSizeLimitInMegaBytes}MB: {pFilePath}")
|
||||
Data.Add(KEY_FILENAME, pFilePath)
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user