EDMI: Client Server Changes to prepare for initial Release
This commit is contained in:
@@ -19,8 +19,8 @@ Public MustInherit Class BaseMethod
|
||||
Throw New ApplicationException(pMessage)
|
||||
End Function
|
||||
|
||||
Public Function LogAndThrow(pException As Exception)
|
||||
Public Function LogAndThrow(pException As Exception, pMessage As String)
|
||||
Logger.Error(pException)
|
||||
Throw pException
|
||||
Throw New ApplicationException(pMessage, pException)
|
||||
End Function
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user