| NetworkVideoTransmitterImplHandleError Method  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool HandleError(
	Exception error
)
Public Function HandleError ( 
	error As Exception
) As Boolean
public:
virtual bool HandleError(
	Exception^ error
) sealed
abstract HandleError : 
        error : Exception -> bool 
override HandleError : 
        error : Exception -> bool Parameters
- error
 - Type: SystemException
 
Return Value
Type: 
BooleanImplements
IErrorHandlerHandleError(Exception)
See Also