Posts
Sort by recent activity
Issues when using reflection and Obfuscation
I am using reflection in my classes to report the classname and method name when an error occurs:Try
Dim i As Integer = 0
Dim s As String = "wibble"
i = CInt(...