BaseException

Overview

Location


Properties


Message  virtual Toffee

 

var Message: String { get{} }

ParsableMessage  virtual

 

property ParsableMessage: String read;

 

String ParsableMessage { get; }

 

var ParsableMessage: String { get{} }

 

String ParsableMessage { __get; }

 

ReadOnly Property ParsableMessage() As String

Instance Methods


constructor

 

constructor(aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String; aType: String)

 

BaseException(String aMessage, String aFile, Int32 aLine, String aClass, String aMethod, String aType)

 

init(_ aMessage: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String, _ aType: String)

 

BaseException(String aMessage, String aFile, Integer aLine, String aClass, String aMethod, String aType)

 

Sub New(aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String, aType As String)

Parameters:

  • aMessage:
  • aFile:
  • aLine:
  • aClass:
  • aMethod:
  • aType: