Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base call to new rendered incorrectly in vb.net #438

Closed
AnderssonPeter opened this issue Dec 6, 2013 · 0 comments
Closed

Base call to new rendered incorrectly in vb.net #438

AnderssonPeter opened this issue Dec 6, 2013 · 0 comments
Assignees
Milestone

Comments

@AnderssonPeter
Copy link

try to generate the code for SystemException look at the constructors

Current output
Public Sub New()
MyBase.New
MyBase.SetErrorCode(-2146233087)
End Sub

Expected output
Public Sub New()
MyBase.New(Environment.GetResourceString("Arg_SystemException"))
MyBase.SetErrorCode(-2146233087)
End Sub

@ghost ghost assigned siegfriedpammer Dec 6, 2013
@siegfriedpammer siegfriedpammer modified the milestone: vNext Apr 23, 2016
@siegfriedpammer siegfriedpammer modified the milestones: vNext, 2.4 Jun 5, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants