Delegate ExceptionHandler
Namespace: PiXYZ.Import
Assembly: cs.temp.dll.dll
Syntax
public delegate void ExceptionHandler(Exception exception);
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exception |
public delegate void ExceptionHandler(Exception exception);
Type | Name | Description |
---|---|---|
System.Exception | exception |