HelperServiceInterfaceInjectionException Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public void InjectionException(
int InClientPID,
Exception e
)
Public Sub InjectionException (
InClientPID As Integer,
e As Exception
)
public:
void InjectionException(
int InClientPID,
Exception^ e
)
member InjectionException :
InClientPID : int *
e : Exception -> unit
Parameters
- InClientPID
- Type: SystemInt32
- e
- Type: SystemException
See Also