IslandWrappedDelphiException

Overview

Location

Properties


InnerException

 

property InnerException: DelphiException read write;

 

DelphiException InnerException { get; set; }

 

var InnerException: DelphiException { get{} set{} }

 

DelphiException InnerException { __get; __set; }

 

Property InnerException() As DelphiException

Instance Methods


constructor

 

constructor(aException: DelphiException)

 

IslandWrappedDelphiException(DelphiException aException)

 

init(_ aException: DelphiException)

 

IslandWrappedDelphiException(DelphiException aException)

 

Sub New(aException As DelphiException)

Parameters:

  • aException:

ToString  override virtual

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String