H
Harry Simpson
I've got a call within my .NET code to a function which uses an API call to
get printer settings. When there's an error in the API call code, it
crashes the .NET app. Try Catch doesn't prevent the crash - it's like it
crashes before the catch catches.....
Any ideas how to error handle this type of function so it doesn't crash the
application??
TIA
Harry
get printer settings. When there's an error in the API call code, it
crashes the .NET app. Try Catch doesn't prevent the crash - it's like it
crashes before the catch catches.....
Any ideas how to error handle this type of function so it doesn't crash the
application??
TIA
Harry