T
Thomas Jespersen
Hello
While trying to learn C# I discovered that the C# compiler has nice compiler
warnings like:
Unreachable code detected
Not all code paths return a value
A previous catch clause already catches all exceptions of this or a super
type ('System.Exception')
Is it possible to get these warnings in VB.NET too?
Thomas
While trying to learn C# I discovered that the C# compiler has nice compiler
warnings like:
Unreachable code detected
Not all code paths return a value
A previous catch clause already catches all exceptions of this or a super
type ('System.Exception')
Is it possible to get these warnings in VB.NET too?
Thomas