WrappedException

Overview

Location

Properties


Object

 

property Object: Object read;

 

Object Object { get; }

 

var Object: Object { get{} }

 

Object Object { __get; }

 

ReadOnly Property Object() As Object

Class Methods


Wrap

 

class method Wrap(o: Object): Exception

 

static Exception Wrap(Object o)

 

static func Wrap(_ o: Object) -> Exception

 

static Exception Wrap(Object o)

 

Shared Function Wrap(o As Object) As Exception

Parameters:

  • o:

Instance Methods


constructor

 

constructor(aObj: Object)

 

WrappedException(Object aObj)

 

init(_ aObj: Object)

 

WrappedException(Object aObj)

 

Sub New(aObj As Object)

Parameters:

  • aObj: