C# Class Kirikiri.Tjs2.Error

Show file Open project: fantasydr/krkr-cs

Public Properties

Property Type Description
AccessDenyed string
ArrayRBRACKETError string
BadParamCount string
ByteCodeBroken string
CallHistoryIsFromOutOfTJS2Script string
CannotGetResult string
CannotGetSuper string
CannotModifyLHS string
CannotOmit string
CannotParseDate string
ConstArrayLBRACKETError string
ConstArrayValueError string
ConstDicArrayStringError string
ConstDicDelimiterError string
ConstDicLBRACKETError string
ConstDicValueError string
DicDelimiterError string
DicError string
DicLBRACKETError string
DicRBRACKETError string
DivideByZero string
EndOfBlockError string
ExceptionNotFound string
Expected string
GroupByObjectType string
GroupByObjectTypeAndHistory string
IDExpected string
InsufficientMem string
InternalError string
InvalidChar string
InvalidFormatString string
InvalidObject string
InvalidOpecode string
InvalidParam string
InvalidType string
InvalidValueForTimestamp string
MemberNotFound string
MemberNotFoundNoNameGiven string
MisplacedBreakContinue string
MisplacedCase string
MisplacedReturn string
NObjectsWasNotFreed string
NarrowToWideConversionError string
NativeClassCrash string
NotFound3ColonError string
NotFoundAsteriskAfterError string
NotFoundBebuggerSemicolonError string
NotFoundBlockRBRACEError string
NotFoundBreakSemicolonError string
NotFoundCaseColonError string
NotFoundCaseOrDefaultError string
NotFoundCatchError string
NotFoundContinueSemicolonError string
NotFoundDefaultColonError string
NotFoundDicOrArrayRBRACKETError string
NotFoundDoWhileError string
NotFoundDoWhileLPARENTHESISError string
NotFoundDoWhileRPARENTHESISError string
NotFoundDoWhileSemicolonError string
NotFoundForLPARENTHESISError string
NotFoundForRPARENTHESISError string
NotFoundForSemicolonError string
NotFoundFuncCallLPARENTHESISError string
NotFoundFuncCallRPARENTHESISError string
NotFoundFuncDeclRPARENTHESISError string
NotFoundFuncDeclSymbolError string
NotFoundIfLPARENTHESISError string
NotFoundIfRPARENTHESISError string
NotFoundLBRACEAfterBlockError string
NotFoundLBRACEAfterPropError string
NotFoundPreprocessorRPARENTHESISError string
NotFoundPropError string
NotFoundPropGetRPARENTHESISError string
NotFoundPropSetLPARENTHESISError string
NotFoundPropSetRPARENTHESISError string
NotFoundPropSetSymbolError string
NotFoundRBRACEAfterBlockError string
NotFoundRBRACEAfterPropError string
NotFoundRPARENTHESISAfterCatchError string
NotFoundRPARENTHESISError string
NotFoundRegexError string
NotFoundSemicolonAfterReturnError string
NotFoundSemicolonAfterThrowError string
NotFoundSemicolonError string
NotFoundSemicolonOrTokenTypeError string
NotFoundSwitchLPARENTHESISError string
NotFoundSwitchRPARENTHESISError string
NotFoundSymbolAfterClassError string
NotFoundSymbolAfterDotError string
NotFoundSymbolAfterPropError string
NotFoundSymbolAfterVarError string
NotFoundVarSemicolonError string
NotFoundWhileLPARENTHESISError string
NotFoundWhileRPARENTHESISError string
NotFoundWithLPARENTHESISError string
NotFoundWithRPARENTHESISError string
NotImplemented string
NotReconstructiveRandomizeData string
NullAccess string
NumberError string
ObjectCountingMessageGroupByObjectTypeAndHistory string
ObjectCountingMessageTJSGroupByObjectType string
ObjectCreationHistoryDelimiter string
ObjectWasNotFreed string
PPError string
PreprocessorZeroDiv string
RangeError string
ReadError string
SeekError string
SpecifyArray string
SpecifyDicOrArray string
StringAllocError string
StringDeallocError string
StringParseError string
SubstitutionInBooleanContext string
Symbol string
SyntaxError string
TooManyErrors string
UnclosedComment string
VariantConvertError string
VariantConvertErrorToObject string
WarnEvalOperator string
WarnRunningCodeOnDeletingObject string
Warning string
WriteError string

Public Methods

Method Description
GetExceptionObject ( TJS tjs, Variant res, Variant msg, Variant trace ) : void

TJSGetExceptionObject : retrieves TJS 'Exception' object

ReportExceptionSource ( string msg, InterCodeObject context, int codepos ) : void
ThrowFrom_tjs_error ( int hr, string name ) : void

Method Details

GetExceptionObject() public static method

TJSGetExceptionObject : retrieves TJS 'Exception' object
TJSException VariantException
public static GetExceptionObject ( TJS tjs, Variant res, Variant msg, Variant trace ) : void
tjs TJS
res Variant
msg Variant
trace Variant
return void

ReportExceptionSource() public static method

public static ReportExceptionSource ( string msg, InterCodeObject context, int codepos ) : void
msg string
context InterCodeObject
codepos int
return void

ThrowFrom_tjs_error() public static method

public static ThrowFrom_tjs_error ( int hr, string name ) : void
hr int
name string
return void

Property Details

AccessDenyed public static property

public static string AccessDenyed
return string

ArrayRBRACKETError public static property

public static string ArrayRBRACKETError
return string

BadParamCount public static property

public static string BadParamCount
return string

ByteCodeBroken public static property

public static string ByteCodeBroken
return string

CallHistoryIsFromOutOfTJS2Script public static property

public static string CallHistoryIsFromOutOfTJS2Script
return string

CannotGetResult public static property

public static string CannotGetResult
return string

CannotGetSuper public static property

public static string CannotGetSuper
return string

CannotModifyLHS public static property

public static string CannotModifyLHS
return string

CannotOmit public static property

public static string CannotOmit
return string

CannotParseDate public static property

public static string CannotParseDate
return string

ConstArrayLBRACKETError public static property

public static string ConstArrayLBRACKETError
return string

ConstArrayValueError public static property

public static string ConstArrayValueError
return string

ConstDicArrayStringError public static property

public static string ConstDicArrayStringError
return string

ConstDicDelimiterError public static property

public static string ConstDicDelimiterError
return string

ConstDicLBRACKETError public static property

public static string ConstDicLBRACKETError
return string

ConstDicValueError public static property

public static string ConstDicValueError
return string

DicDelimiterError public static property

public static string DicDelimiterError
return string

DicError public static property

public static string DicError
return string

DicLBRACKETError public static property

public static string DicLBRACKETError
return string

DicRBRACKETError public static property

public static string DicRBRACKETError
return string

DivideByZero public static property

public static string DivideByZero
return string

EndOfBlockError public static property

public static string EndOfBlockError
return string

ExceptionNotFound public static property

public static string ExceptionNotFound
return string

Expected public static property

public static string Expected
return string

GroupByObjectType public static property

public static string GroupByObjectType
return string

GroupByObjectTypeAndHistory public static property

public static string GroupByObjectTypeAndHistory
return string

IDExpected public static property

public static string IDExpected
return string

InsufficientMem public static property

public static string InsufficientMem
return string

InternalError public static property

public static string InternalError
return string

InvalidChar public static property

public static string InvalidChar
return string

InvalidFormatString public static property

public static string InvalidFormatString
return string

InvalidObject public static property

public static string InvalidObject
return string

InvalidOpecode public static property

public static string InvalidOpecode
return string

InvalidParam public static property

public static string InvalidParam
return string

InvalidType public static property

public static string InvalidType
return string

InvalidValueForTimestamp public static property

public static string InvalidValueForTimestamp
return string

MemberNotFound public static property

public static string MemberNotFound
return string

MemberNotFoundNoNameGiven public static property

public static string MemberNotFoundNoNameGiven
return string

MisplacedBreakContinue public static property

public static string MisplacedBreakContinue
return string

MisplacedCase public static property

public static string MisplacedCase
return string

MisplacedReturn public static property

public static string MisplacedReturn
return string

NObjectsWasNotFreed public static property

public static string NObjectsWasNotFreed
return string

NarrowToWideConversionError public static property

public static string NarrowToWideConversionError
return string

NativeClassCrash public static property

public static string NativeClassCrash
return string

NotFound3ColonError public static property

public static string NotFound3ColonError
return string

NotFoundAsteriskAfterError public static property

public static string NotFoundAsteriskAfterError
return string

NotFoundBebuggerSemicolonError public static property

public static string NotFoundBebuggerSemicolonError
return string

NotFoundBlockRBRACEError public static property

public static string NotFoundBlockRBRACEError
return string

NotFoundBreakSemicolonError public static property

public static string NotFoundBreakSemicolonError
return string

NotFoundCaseColonError public static property

public static string NotFoundCaseColonError
return string

NotFoundCaseOrDefaultError public static property

public static string NotFoundCaseOrDefaultError
return string

NotFoundCatchError public static property

public static string NotFoundCatchError
return string

NotFoundContinueSemicolonError public static property

public static string NotFoundContinueSemicolonError
return string

NotFoundDefaultColonError public static property

public static string NotFoundDefaultColonError
return string

NotFoundDicOrArrayRBRACKETError public static property

public static string NotFoundDicOrArrayRBRACKETError
return string

NotFoundDoWhileError public static property

public static string NotFoundDoWhileError
return string

NotFoundDoWhileLPARENTHESISError public static property

public static string NotFoundDoWhileLPARENTHESISError
return string

NotFoundDoWhileRPARENTHESISError public static property

public static string NotFoundDoWhileRPARENTHESISError
return string

NotFoundDoWhileSemicolonError public static property

public static string NotFoundDoWhileSemicolonError
return string

NotFoundForLPARENTHESISError public static property

public static string NotFoundForLPARENTHESISError
return string

NotFoundForRPARENTHESISError public static property

public static string NotFoundForRPARENTHESISError
return string

NotFoundForSemicolonError public static property

public static string NotFoundForSemicolonError
return string

NotFoundFuncCallLPARENTHESISError public static property

public static string NotFoundFuncCallLPARENTHESISError
return string

NotFoundFuncCallRPARENTHESISError public static property

public static string NotFoundFuncCallRPARENTHESISError
return string

NotFoundFuncDeclRPARENTHESISError public static property

public static string NotFoundFuncDeclRPARENTHESISError
return string

NotFoundFuncDeclSymbolError public static property

public static string NotFoundFuncDeclSymbolError
return string

NotFoundIfLPARENTHESISError public static property

public static string NotFoundIfLPARENTHESISError
return string

NotFoundIfRPARENTHESISError public static property

public static string NotFoundIfRPARENTHESISError
return string

NotFoundLBRACEAfterBlockError public static property

public static string NotFoundLBRACEAfterBlockError
return string

NotFoundLBRACEAfterPropError public static property

public static string NotFoundLBRACEAfterPropError
return string

NotFoundPreprocessorRPARENTHESISError public static property

public static string NotFoundPreprocessorRPARENTHESISError
return string

NotFoundPropError public static property

public static string NotFoundPropError
return string

NotFoundPropGetRPARENTHESISError public static property

public static string NotFoundPropGetRPARENTHESISError
return string

NotFoundPropSetLPARENTHESISError public static property

public static string NotFoundPropSetLPARENTHESISError
return string

NotFoundPropSetRPARENTHESISError public static property

public static string NotFoundPropSetRPARENTHESISError
return string

NotFoundPropSetSymbolError public static property

public static string NotFoundPropSetSymbolError
return string

NotFoundRBRACEAfterBlockError public static property

public static string NotFoundRBRACEAfterBlockError
return string

NotFoundRBRACEAfterPropError public static property

public static string NotFoundRBRACEAfterPropError
return string

NotFoundRPARENTHESISAfterCatchError public static property

public static string NotFoundRPARENTHESISAfterCatchError
return string

NotFoundRPARENTHESISError public static property

public static string NotFoundRPARENTHESISError
return string

NotFoundRegexError public static property

public static string NotFoundRegexError
return string

NotFoundSemicolonAfterReturnError public static property

public static string NotFoundSemicolonAfterReturnError
return string

NotFoundSemicolonAfterThrowError public static property

public static string NotFoundSemicolonAfterThrowError
return string

NotFoundSemicolonError public static property

public static string NotFoundSemicolonError
return string

NotFoundSemicolonOrTokenTypeError public static property

public static string NotFoundSemicolonOrTokenTypeError
return string

NotFoundSwitchLPARENTHESISError public static property

public static string NotFoundSwitchLPARENTHESISError
return string

NotFoundSwitchRPARENTHESISError public static property

public static string NotFoundSwitchRPARENTHESISError
return string

NotFoundSymbolAfterClassError public static property

public static string NotFoundSymbolAfterClassError
return string

NotFoundSymbolAfterDotError public static property

public static string NotFoundSymbolAfterDotError
return string

NotFoundSymbolAfterPropError public static property

public static string NotFoundSymbolAfterPropError
return string

NotFoundSymbolAfterVarError public static property

public static string NotFoundSymbolAfterVarError
return string

NotFoundVarSemicolonError public static property

public static string NotFoundVarSemicolonError
return string

NotFoundWhileLPARENTHESISError public static property

public static string NotFoundWhileLPARENTHESISError
return string

NotFoundWhileRPARENTHESISError public static property

public static string NotFoundWhileRPARENTHESISError
return string

NotFoundWithLPARENTHESISError public static property

public static string NotFoundWithLPARENTHESISError
return string

NotFoundWithRPARENTHESISError public static property

public static string NotFoundWithRPARENTHESISError
return string

NotImplemented public static property

public static string NotImplemented
return string

NotReconstructiveRandomizeData public static property

public static string NotReconstructiveRandomizeData
return string

NullAccess public static property

public static string NullAccess
return string

NumberError public static property

public static string NumberError
return string

ObjectCountingMessageGroupByObjectTypeAndHistory public static property

public static string ObjectCountingMessageGroupByObjectTypeAndHistory
return string

ObjectCountingMessageTJSGroupByObjectType public static property

public static string ObjectCountingMessageTJSGroupByObjectType
return string

ObjectCreationHistoryDelimiter public static property

public static string ObjectCreationHistoryDelimiter
return string

ObjectWasNotFreed public static property

public static string ObjectWasNotFreed
return string

PPError public static property

public static string PPError
return string

PreprocessorZeroDiv public static property

public static string PreprocessorZeroDiv
return string

RangeError public static property

public static string RangeError
return string

ReadError public static property

public static string ReadError
return string

SeekError public static property

public static string SeekError
return string

SpecifyArray public static property

public static string SpecifyArray
return string

SpecifyDicOrArray public static property

public static string SpecifyDicOrArray
return string

StringAllocError public static property

public static string StringAllocError
return string

StringDeallocError public static property

public static string StringDeallocError
return string

StringParseError public static property

public static string StringParseError
return string

SubstitutionInBooleanContext public static property

public static string SubstitutionInBooleanContext
return string

Symbol public static property

public static string Symbol
return string

SyntaxError public static property

public static string SyntaxError
return string

TooManyErrors public static property

public static string TooManyErrors
return string

UnclosedComment public static property

public static string UnclosedComment
return string

VariantConvertError public static property

public static string VariantConvertError
return string

VariantConvertErrorToObject public static property

public static string VariantConvertErrorToObject
return string

WarnEvalOperator public static property

public static string WarnEvalOperator
return string

WarnRunningCodeOnDeletingObject public static property

public static string WarnRunningCodeOnDeletingObject
return string

Warning public static property

public static string Warning
return string

WriteError public static property

public static string WriteError
return string