Use Logger Module
This commit is contained in:
@@ -61,6 +61,7 @@ Public Class ClassDragDrop
|
||||
Try
|
||||
dragDropData = row.Item("GUID") & "|" & source
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
Try
|
||||
dragDropData = row.Item("USER_ID") & "|" & source
|
||||
Catch ex1 As Exception
|
||||
@@ -78,6 +79,7 @@ Public Class ClassDragDrop
|
||||
End If
|
||||
End If
|
||||
Catch ex As Exception
|
||||
LOGGER.Error(ex)
|
||||
MsgBox("Error in view_MouseMove: " & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user