DelphiWrappedIslandException
Overview
Location
- Reference: Island.DelphiSupport.fx
- Namespace: RemObjects.Elements.System
- Ancestry: Exception | DelphiWrappedIslandException
Properties
InnerException
property InnerException: IslandException read write;
IslandException InnerException { get; set; }
var InnerException: IslandException { get{} set{} }
IslandException InnerException { __get; __set; }
Property InnerException() As IslandException
Instance Methods
constructor
constructor(aException: IslandException)
DelphiWrappedIslandException(IslandException aException)
init(_ aException: IslandException)
DelphiWrappedIslandException(IslandException aException)
Sub New(aException As IslandException)
Parameters:
- aException: