C# Class kOS.kOSException

Inheritance: System.Exception
Show file Open project: Nivekk/KOS

Public Properties

Property Type Description
Context kOS.ExecutionContext
Filename String
LineNumber int
Message String
Program ContextRunProgram
commandObj Command

Public Methods

Method Description
kOSException ( String message ) : System
kOSException ( String message, kOS.ExecutionContext context ) : System

Method Details

kOSException() public method

public kOSException ( String message ) : System
message String
return System

kOSException() public method

public kOSException ( String message, kOS.ExecutionContext context ) : System
message String
context kOS.ExecutionContext
return System

Property Details

Context public property

public ExecutionContext,kOS Context
return kOS.ExecutionContext

Filename public property

public String Filename
return String

LineNumber public property

public int LineNumber
return int

Message public property

public String Message
return String

Program public property

public ContextRunProgram,kOS Program
return ContextRunProgram

commandObj public property

public Command,kOS commandObj
return Command