Hello,
my question is: are there equivalent numeric values to ex.messages?
i.e. If (ex.Message = "Logon failure: unknown user name or bad password")
if i don't want to use text as the check value what value can then be the equivalent to this exemption?
Thank you.
I am developing in ms visual studio 2005 vb.net
my question is: are there equivalent numeric values to ex.messages?
i.e. If (ex.Message = "Logon failure: unknown user name or bad password")
if i don't want to use text as the check value what value can then be the equivalent to this exemption?
Thank you.
I am developing in ms visual studio 2005 vb.net
Comment