AVCaptureSessionRuntimeErrorEventArgs Class

Definition

Provides data for the event.

public class AVCaptureSessionRuntimeErrorEventArgs : Foundation.NSNotificationEventArgs
type AVCaptureSessionRuntimeErrorEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
AVCaptureSessionRuntimeErrorEventArgs

Constructors

AVCaptureSessionRuntimeErrorEventArgs(NSNotification)

Initializes a new instance of the AVCaptureSessionRuntimeErrorEventArgs class.

Properties

Error
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to