MS
This commit is contained in:
@@ -107,8 +107,9 @@ Public Class ClassWDRights
|
||||
oWMObject = oSession.GetWMObjectByPath(1, reldocpath)
|
||||
LOGGER.Debug("Object created.")
|
||||
Catch ex As Exception
|
||||
Dim msg = "Error GetWMObjectByPath: (FDSR) " & reldocpath & vbNewLine & Err.Description
|
||||
Dim msg = "Error GetWMObjectByPath: " & reldocpath & vbNewLine & Err.Description
|
||||
LOGGER.Warn(msg)
|
||||
LOGGER.Error(ex)
|
||||
Return False
|
||||
End Try
|
||||
Dim lret
|
||||
|
||||
Reference in New Issue
Block a user