NSErrorException(NSError) Constructor

Definition

Creates an NSErrorException that encapsulates an NSError.

public NSErrorException (Foundation.NSError error);
new Foundation.NSErrorException : Foundation.NSError -> Foundation.NSErrorException

Parameters

error
NSError

The NSError to wrap.

Applies to