Err

Overview

Location

  • Reference:
    • Mercury.dll  .NET, .NET Standard 2.0
    • mercury.jar  Cooper
    • Mercury.fx  Island
    • libMercury.fx  Toffee
  • Namespace: RemObjects.Elements.Mercury

Class Methods


Raise  virtual

 

class method Raise(aNumber: Int32; aSource: Object; aDescription: Object; aHelpFile: Object; aHelpContext: Object)

 

static void Raise(Int32 aNumber, Object aSource, Object aDescription, Object aHelpFile, Object aHelpContext)

 

static func Raise(_ aNumber: Int32, _ aSource: NSObject, _ aDescription: NSObject, _ aHelpFile: NSObject, _ aHelpContext: NSObject)

 

static void Raise(Integer aNumber, Object aSource, Object aDescription, Object aHelpFile, Object aHelpContext)

 

Shared Sub Raise(aNumber As Int32, aSource As Object, aDescription As Object, aHelpFile As Object, aHelpContext As Object)

Parameters:

  • aNumber:
  • aSource:
  • aDescription:
  • aHelpFile:
  • aHelpContext:

UnwrapException  virtual

 

class method UnwrapException(aException: not nullable Exception): not nullable ErrObject

 

static ErrObject! UnwrapException(Exception! aException)

 

static func UnwrapException(_ aException: Exception) -> ErrObject

 

static ErrObject UnwrapException(Exception aException)

 

Shared Function UnwrapException(aException As Exception) As ErrObject

Parameters:

  • aException:

Instance Methods


constructor  protected Cooper, Island

 

constructor

 

Err()

 

init()

 

Err()

 

Sub New()