Exception
Exception is the base class for all user exceptions.
Intro
Exception is the base class for all user exceptions.
Class synopsis
Properties
messageThe exception message
codeThe exception code
fileThe filename where the exception was created
lineThe line where the exception was created
previousThe previously thrown exception
stringThe string representation of the stack trace
traceThe stack trace as an array
Construct Getmessage Getprevious Getcode Getfile Getline Gettrace Gettraceasstring Tostring Clone