C# Class kOS.kOSException

Inheritance: System.Exception
Mostra 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_oe property

public ExecutionContext,kOS Context
return kOS.ExecutionContext

Filename public_oe property

public String Filename
return String

LineNumber public_oe property

public int LineNumber
return int

Message public_oe property

public String Message
return String

Program public_oe property

public ContextRunProgram,kOS Program
return ContextRunProgram

commandObj public_oe property

public Command,kOS commandObj
return Command