Overview

Location

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

constructor

constructor(aException: Exception)
ErrObject(Exception aException)
init(_ aException: Exception)
ErrObject(Exception aException)
Sub New(aException As Exception)

Parameters:

  • aException:

Clear  virtual


Description  virtual

property Description: String read write;
String Description { get; set; }
var Description: String { get{} set{} }
String Description { __get; __set; }
Property Description() As String

Exception  virtual

property Exception: nullable Exception read write;
Exception? Exception { get; set; }
// .NET, .NET Standard 2.0, Island
var Exception: Exception? { get{} set{} }
// Toffee
var Exception: Exception { get{} set{} }
Exception Exception { __get; __set; }
Property Exception() As Exception?

GetException  virtual

method GetException: Exception
func GetException() -> Exception
Function GetException() As Exception

HelpContext  virtual

property HelpContext: Int32 read write;
Int32 HelpContext { get; set; }
var HelpContext: Int32 { get{} set{} }
Integer HelpContext { __get; __set; }
Property HelpContext() As Int32

HelpFile  virtual

property HelpFile: String read write;
String HelpFile { get; set; }
var HelpFile: String { get{} set{} }
String HelpFile { __get; __set; }
Property HelpFile() As String

Number  virtual

property Number: nullable Int32 read write;
Int32? Number { get; set; }
var Number: Int32! { get{} set{} }
Integer Number { __get; __set; }
Property Number() As Int32?

Source  virtual

property Source: String read write;
String Source { get; set; }
var Source: String { get{} set{} }
String Source { __get; __set; }
Property Source() As String

Description  virtual

property Description: String read write;
String Description { get; set; }
var Description: String { get{} set{} }
String Description { __get; __set; }
Property Description() As String

Exception  virtual

property Exception: nullable Exception read write;
Exception? Exception { get; set; }
// .NET, .NET Standard 2.0, Island
var Exception: Exception? { get{} set{} }
// Toffee
var Exception: Exception { get{} set{} }
Exception Exception { __get; __set; }
Property Exception() As Exception?

HelpContext  virtual

property HelpContext: Int32 read write;
Int32 HelpContext { get; set; }
var HelpContext: Int32 { get{} set{} }
Integer HelpContext { __get; __set; }
Property HelpContext() As Int32

HelpFile  virtual

property HelpFile: String read write;
String HelpFile { get; set; }
var HelpFile: String { get{} set{} }
String HelpFile { __get; __set; }
Property HelpFile() As String

Number  virtual

property Number: nullable Int32 read write;
Int32? Number { get; set; }
var Number: Int32! { get{} set{} }
Integer Number { __get; __set; }
Property Number() As Int32?

Source  virtual

property Source: String read write;
String Source { get; set; }
var Source: String { get{} set{} }
String Source { __get; __set; }
Property Source() As String

constructor

constructor(aException: Exception)
ErrObject(Exception aException)
init(_ aException: Exception)
ErrObject(Exception aException)
Sub New(aException As Exception)

Parameters:

  • aException:

Clear  virtual


GetException  virtual

method GetException: Exception
func GetException() -> Exception
Function GetException() As Exception