|
ExceptionHandlerHandleCore Method |
Namespace: DrawerBackup.Native.Server.FilteringAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic virtual void HandleCore(
ExceptionHandlerContext context
)
Public Overridable Sub HandleCore (
context As ExceptionHandlerContext
)
public:
virtual void HandleCore(
ExceptionHandlerContext^ context
)
abstract HandleCore :
context : ExceptionHandlerContext -> unit
override HandleCore :
context : ExceptionHandlerContext -> unit
Parameters
- context
- Type: ExceptionHandlerContext
See Also