FormMainMyApplication_UnhandledException Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax private void MyApplication_UnhandledException(
Object sender,
ThreadExceptionEventArgs e
)
Private Sub MyApplication_UnhandledException (
sender As Object,
e As ThreadExceptionEventArgs
)
Request Example
View SourceParameters
- sender Object
-
- e ThreadExceptionEventArgs
-
See Also