Share via


AVCaptureSessionRuntimeErrorEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

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

Constructors

Name Description
AVCaptureSessionRuntimeErrorEventArgs(NSNotification)

Initializes a new instance of the AVCaptureSessionRuntimeErrorEventArgs class.

Properties

Name Description
Error
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)

Applies to