public DeviceDetectionExceptionEventArgs(DeviceDetectionException exception) { _Exception = exception; }
internal static void OnDeviceDetectionAttemptFailed(DeviceDetectionException exception) { if (DeviceDetectionAttemptFailed != null) DeviceDetectionAttemptFailed(exception.Device, new DeviceDetectionExceptionEventArgs(exception)); }