Foundation.NSException Extension

Location

Properties


Message

 

property Message: NSString read;

 

NSString Message { get; }

 

var Message: NSString { get{} }

 

NSString Message { __get; }

 

ReadOnly Property Message() As NSString

Instance Methods


constructor (NSString)

 

constructor(aMessage: NSString)

 

Foundation.NSException(NSString aMessage)

 

init(_ aMessage: NSString)

 

Foundation.NSException(NSString aMessage)

 

Sub New(aMessage As NSString)

Parameters:

  • aMessage:

constructor withError(NSError)

 

constructor withError(aError: NSError)

 

Foundation.NSException withError(NSError aError)

 

init(withError aError: NSError)

 

Foundation.NSException withError(NSError aError)

 

Sub New withError(aError As NSError)

Parameters:

  • aError:

constructor init()

 

constructor init()

 

Foundation.NSException init( )

 

init(init )

 

Foundation.NSException init( )

 

Sub New init( As )

Parameters:

  • :