Foundation.NSException Extension

Location

Properties


Message

 

property Message: String read;

 

String Message { get; }

 

var Message: String { get{} }

 

String Message { __get; }

 

ReadOnly Property Message() As String

Instance Methods


constructor

 

constructor(aMessage: String)

 

Foundation.NSException(String aMessage)

 

init(_ aMessage: String)

 

Foundation.NSException(String aMessage)

 

Sub New(aMessage As String)

Parameters:

  • aMessage: