I
IntraRELY
I am using the following Try statement. I want to exit the application and
cease all processes. I am not sure how to do this.
TIA,
Steve
Try
' Downloads the file
myWebClient.DownloadFile(checksSignatureResource, checksSignatureLocalFile)
Catch ex As System.Net.WebException
MsgBox("Unexpected Error occurred with Check Signature Image from URL: " &
ex.Message.ToString())
' TERMINATE ALL APP PROCESSING
End Try
cease all processes. I am not sure how to do this.
TIA,
Steve
Try
' Downloads the file
myWebClient.DownloadFile(checksSignatureResource, checksSignatureLocalFile)
Catch ex As System.Net.WebException
MsgBox("Unexpected Error occurred with Check Signature Image from URL: " &
ex.Message.ToString())
' TERMINATE ALL APP PROCESSING
End Try