C# Class kOS.kOSException

Inheritance: System.Exception
Afficher le fichier Open project: Nivekk/KOS

Méthodes publiques

Свойство Type Description
Context kOS.ExecutionContext
Filename String
LineNumber int
Message String
Program ContextRunProgram
commandObj Command

Méthodes publiques

Méthode Description
kOSException ( String message ) : System
kOSException ( String message, kOS.ExecutionContext context ) : System

Method Details

kOSException() public méthode

public kOSException ( String message ) : System
message String
Résultat System

kOSException() public méthode

public kOSException ( String message, kOS.ExecutionContext context ) : System
message String
context kOS.ExecutionContext
Résultat System

Property Details

Context public_oe property

public ExecutionContext,kOS Context
Résultat kOS.ExecutionContext

Filename public_oe property

public String Filename
Résultat String

LineNumber public_oe property

public int LineNumber
Résultat int

Message public_oe property

public String Message
Résultat String

Program public_oe property

public ContextRunProgram,kOS Program
Résultat ContextRunProgram

commandObj public_oe property

public Command,kOS commandObj
Résultat Command