M
Mr. X.
In VB.NET there was Err.Number.
I see there is no Err.Number in C# ?
Can I resolve It somehow ?
Thanks
I see there is no Err.Number in C# ?
Can I resolve It somehow ?
Thanks
In VB.NET there was Err.Number.
I see there is no Err.Number in C# ?
Can I resolve It somehow ?
In VB.NET there was Err.Number.
I see there is no Err.Number in C# ?
Can I resolve It somehow ?
Err.Number was a holdover from VB6. Like all VB6 holdovers, you were
strongly discouraged from using it. In C# you simply CANNOT use it. Just
write more try/catch blocks if you're really interested in where an error
takes place.