Zitat von
DelphiAndreas:
Code:
Catch obj1 As Object When (?)
ProjectData.SetProjectError(DirectCast(obj1,
Exception))
goto Label_00BC
End Try
gibt folgende Fehlermeldung
Code:
'Catch' cannot catch type 'Object' because it is not 'System.Exception' or a class that inherits from 'System.Exception'. (BC30392) - C:\...]\frmExport.vb:288
Das könnte wirklich ein Bug im Reflector sein. Da bleibt dir wohl nichts anderes übrig, als alle Stellen (ggf. mithilfe der C#-Übersetzung, die dürfte im Allgemeinen verlässlicher sein) von Hand auszubügeln.