You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PublicFunction Save() As Boolean
On Error GoTo ErrorHandler ' <-----thislineDim zero as Integer =0
Dim i asInteger=zero/zero
Exit Function
ErrorHandler:
err.Raise(Err.Number,"zero / zero",Err.Description)
End Function
Erroneous output
#errorCannotconvertOnErrorGoToStatementSyntax-seecommentfordetails/*CannotconvertOnErrorGoToStatementSyntax,CONVERSIONERROR:ConversionforOnErrorGoToLabelStatementnotimplemented,pleasereportthisissuein'On Error GoTo ErrorHandler' at character 594Input:OnErrorGoToErrorHandler*/
ctrl-alt-d
changed the title
C# -> VB: Conversion for OnErrorGoToLabelStatement not implemented
VB -> C#: Conversion for OnErrorGoToLabelStatement not implemented
Mar 24, 2023
Input code
Erroneous output
Expected output
Not sure, maybe a try-catch
Details
Conversion for OnErrorResumeNextStatement not implemented
The text was updated successfully, but these errors were encountered: