Catch ex As Exception
log(ex.ToString)
…gets translated into whatever language the client runs in. Try google an exception type translated into swedish!
Catch ex As Exception
log(ex.ToString)
…gets translated into whatever language the client runs in. Try google an exception type translated into swedish!