C# Class Kirikiri.Tjs2.Error

Exibir arquivo 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_oe static_oe property

public static string AccessDenyed
return string

ArrayRBRACKETError public_oe static_oe property

public static string ArrayRBRACKETError
return string

BadParamCount public_oe static_oe property

public static string BadParamCount
return string

ByteCodeBroken public_oe static_oe property

public static string ByteCodeBroken
return string

CallHistoryIsFromOutOfTJS2Script public_oe static_oe property

public static string CallHistoryIsFromOutOfTJS2Script
return string

CannotGetResult public_oe static_oe property

public static string CannotGetResult
return string

CannotGetSuper public_oe static_oe property

public static string CannotGetSuper
return string

CannotModifyLHS public_oe static_oe property

public static string CannotModifyLHS
return string

CannotOmit public_oe static_oe property

public static string CannotOmit
return string

CannotParseDate public_oe static_oe property

public static string CannotParseDate
return string

ConstArrayLBRACKETError public_oe static_oe property

public static string ConstArrayLBRACKETError
return string

ConstArrayValueError public_oe static_oe property

public static string ConstArrayValueError
return string

ConstDicArrayStringError public_oe static_oe property

public static string ConstDicArrayStringError
return string

ConstDicDelimiterError public_oe static_oe property

public static string ConstDicDelimiterError
return string

ConstDicLBRACKETError public_oe static_oe property

public static string ConstDicLBRACKETError
return string

ConstDicValueError public_oe static_oe property

public static string ConstDicValueError
return string

DicDelimiterError public_oe static_oe property

public static string DicDelimiterError
return string

DicError public_oe static_oe property

public static string DicError
return string

DicLBRACKETError public_oe static_oe property

public static string DicLBRACKETError
return string

DicRBRACKETError public_oe static_oe property

public static string DicRBRACKETError
return string

DivideByZero public_oe static_oe property

public static string DivideByZero
return string

EndOfBlockError public_oe static_oe property

public static string EndOfBlockError
return string

ExceptionNotFound public_oe static_oe property

public static string ExceptionNotFound
return string

Expected public_oe static_oe property

public static string Expected
return string

GroupByObjectType public_oe static_oe property

public static string GroupByObjectType
return string

GroupByObjectTypeAndHistory public_oe static_oe property

public static string GroupByObjectTypeAndHistory
return string

IDExpected public_oe static_oe property

public static string IDExpected
return string

InsufficientMem public_oe static_oe property

public static string InsufficientMem
return string

InternalError public_oe static_oe property

public static string InternalError
return string

InvalidChar public_oe static_oe property

public static string InvalidChar
return string

InvalidFormatString public_oe static_oe property

public static string InvalidFormatString
return string

InvalidObject public_oe static_oe property

public static string InvalidObject
return string

InvalidOpecode public_oe static_oe property

public static string InvalidOpecode
return string

InvalidParam public_oe static_oe property

public static string InvalidParam
return string

InvalidType public_oe static_oe property

public static string InvalidType
return string

InvalidValueForTimestamp public_oe static_oe property

public static string InvalidValueForTimestamp
return string

MemberNotFound public_oe static_oe property

public static string MemberNotFound
return string

MemberNotFoundNoNameGiven public_oe static_oe property

public static string MemberNotFoundNoNameGiven
return string

MisplacedBreakContinue public_oe static_oe property

public static string MisplacedBreakContinue
return string

MisplacedCase public_oe static_oe property

public static string MisplacedCase
return string

MisplacedReturn public_oe static_oe property

public static string MisplacedReturn
return string

NObjectsWasNotFreed public_oe static_oe property

public static string NObjectsWasNotFreed
return string

NarrowToWideConversionError public_oe static_oe property

public static string NarrowToWideConversionError
return string

NativeClassCrash public_oe static_oe property

public static string NativeClassCrash
return string

NotFound3ColonError public_oe static_oe property

public static string NotFound3ColonError
return string

NotFoundAsteriskAfterError public_oe static_oe property

public static string NotFoundAsteriskAfterError
return string

NotFoundBebuggerSemicolonError public_oe static_oe property

public static string NotFoundBebuggerSemicolonError
return string

NotFoundBlockRBRACEError public_oe static_oe property

public static string NotFoundBlockRBRACEError
return string

NotFoundBreakSemicolonError public_oe static_oe property

public static string NotFoundBreakSemicolonError
return string

NotFoundCaseColonError public_oe static_oe property

public static string NotFoundCaseColonError
return string

NotFoundCaseOrDefaultError public_oe static_oe property

public static string NotFoundCaseOrDefaultError
return string

NotFoundCatchError public_oe static_oe property

public static string NotFoundCatchError
return string

NotFoundContinueSemicolonError public_oe static_oe property

public static string NotFoundContinueSemicolonError
return string

NotFoundDefaultColonError public_oe static_oe property

public static string NotFoundDefaultColonError
return string

NotFoundDicOrArrayRBRACKETError public_oe static_oe property

public static string NotFoundDicOrArrayRBRACKETError
return string

NotFoundDoWhileError public_oe static_oe property

public static string NotFoundDoWhileError
return string

NotFoundDoWhileLPARENTHESISError public_oe static_oe property

public static string NotFoundDoWhileLPARENTHESISError
return string

NotFoundDoWhileRPARENTHESISError public_oe static_oe property

public static string NotFoundDoWhileRPARENTHESISError
return string

NotFoundDoWhileSemicolonError public_oe static_oe property

public static string NotFoundDoWhileSemicolonError
return string

NotFoundForLPARENTHESISError public_oe static_oe property

public static string NotFoundForLPARENTHESISError
return string

NotFoundForRPARENTHESISError public_oe static_oe property

public static string NotFoundForRPARENTHESISError
return string

NotFoundForSemicolonError public_oe static_oe property

public static string NotFoundForSemicolonError
return string

NotFoundFuncCallLPARENTHESISError public_oe static_oe property

public static string NotFoundFuncCallLPARENTHESISError
return string

NotFoundFuncCallRPARENTHESISError public_oe static_oe property

public static string NotFoundFuncCallRPARENTHESISError
return string

NotFoundFuncDeclRPARENTHESISError public_oe static_oe property

public static string NotFoundFuncDeclRPARENTHESISError
return string

NotFoundFuncDeclSymbolError public_oe static_oe property

public static string NotFoundFuncDeclSymbolError
return string

NotFoundIfLPARENTHESISError public_oe static_oe property

public static string NotFoundIfLPARENTHESISError
return string

NotFoundIfRPARENTHESISError public_oe static_oe property

public static string NotFoundIfRPARENTHESISError
return string

NotFoundLBRACEAfterBlockError public_oe static_oe property

public static string NotFoundLBRACEAfterBlockError
return string

NotFoundLBRACEAfterPropError public_oe static_oe property

public static string NotFoundLBRACEAfterPropError
return string

NotFoundPreprocessorRPARENTHESISError public_oe static_oe property

public static string NotFoundPreprocessorRPARENTHESISError
return string

NotFoundPropError public_oe static_oe property

public static string NotFoundPropError
return string

NotFoundPropGetRPARENTHESISError public_oe static_oe property

public static string NotFoundPropGetRPARENTHESISError
return string

NotFoundPropSetLPARENTHESISError public_oe static_oe property

public static string NotFoundPropSetLPARENTHESISError
return string

NotFoundPropSetRPARENTHESISError public_oe static_oe property

public static string NotFoundPropSetRPARENTHESISError
return string

NotFoundPropSetSymbolError public_oe static_oe property

public static string NotFoundPropSetSymbolError
return string

NotFoundRBRACEAfterBlockError public_oe static_oe property

public static string NotFoundRBRACEAfterBlockError
return string

NotFoundRBRACEAfterPropError public_oe static_oe property

public static string NotFoundRBRACEAfterPropError
return string

NotFoundRPARENTHESISAfterCatchError public_oe static_oe property

public static string NotFoundRPARENTHESISAfterCatchError
return string

NotFoundRPARENTHESISError public_oe static_oe property

public static string NotFoundRPARENTHESISError
return string

NotFoundRegexError public_oe static_oe property

public static string NotFoundRegexError
return string

NotFoundSemicolonAfterReturnError public_oe static_oe property

public static string NotFoundSemicolonAfterReturnError
return string

NotFoundSemicolonAfterThrowError public_oe static_oe property

public static string NotFoundSemicolonAfterThrowError
return string

NotFoundSemicolonError public_oe static_oe property

public static string NotFoundSemicolonError
return string

NotFoundSemicolonOrTokenTypeError public_oe static_oe property

public static string NotFoundSemicolonOrTokenTypeError
return string

NotFoundSwitchLPARENTHESISError public_oe static_oe property

public static string NotFoundSwitchLPARENTHESISError
return string

NotFoundSwitchRPARENTHESISError public_oe static_oe property

public static string NotFoundSwitchRPARENTHESISError
return string

NotFoundSymbolAfterClassError public_oe static_oe property

public static string NotFoundSymbolAfterClassError
return string

NotFoundSymbolAfterDotError public_oe static_oe property

public static string NotFoundSymbolAfterDotError
return string

NotFoundSymbolAfterPropError public_oe static_oe property

public static string NotFoundSymbolAfterPropError
return string

NotFoundSymbolAfterVarError public_oe static_oe property

public static string NotFoundSymbolAfterVarError
return string

NotFoundVarSemicolonError public_oe static_oe property

public static string NotFoundVarSemicolonError
return string

NotFoundWhileLPARENTHESISError public_oe static_oe property

public static string NotFoundWhileLPARENTHESISError
return string

NotFoundWhileRPARENTHESISError public_oe static_oe property

public static string NotFoundWhileRPARENTHESISError
return string

NotFoundWithLPARENTHESISError public_oe static_oe property

public static string NotFoundWithLPARENTHESISError
return string

NotFoundWithRPARENTHESISError public_oe static_oe property

public static string NotFoundWithRPARENTHESISError
return string

NotImplemented public_oe static_oe property

public static string NotImplemented
return string

NotReconstructiveRandomizeData public_oe static_oe property

public static string NotReconstructiveRandomizeData
return string

NullAccess public_oe static_oe property

public static string NullAccess
return string

NumberError public_oe static_oe property

public static string NumberError
return string

ObjectCountingMessageGroupByObjectTypeAndHistory public_oe static_oe property

public static string ObjectCountingMessageGroupByObjectTypeAndHistory
return string

ObjectCountingMessageTJSGroupByObjectType public_oe static_oe property

public static string ObjectCountingMessageTJSGroupByObjectType
return string

ObjectCreationHistoryDelimiter public_oe static_oe property

public static string ObjectCreationHistoryDelimiter
return string

ObjectWasNotFreed public_oe static_oe property

public static string ObjectWasNotFreed
return string

PPError public_oe static_oe property

public static string PPError
return string

PreprocessorZeroDiv public_oe static_oe property

public static string PreprocessorZeroDiv
return string

RangeError public_oe static_oe property

public static string RangeError
return string

ReadError public_oe static_oe property

public static string ReadError
return string

SeekError public_oe static_oe property

public static string SeekError
return string

SpecifyArray public_oe static_oe property

public static string SpecifyArray
return string

SpecifyDicOrArray public_oe static_oe property

public static string SpecifyDicOrArray
return string

StringAllocError public_oe static_oe property

public static string StringAllocError
return string

StringDeallocError public_oe static_oe property

public static string StringDeallocError
return string

StringParseError public_oe static_oe property

public static string StringParseError
return string

SubstitutionInBooleanContext public_oe static_oe property

public static string SubstitutionInBooleanContext
return string

Symbol public_oe static_oe property

public static string Symbol
return string

SyntaxError public_oe static_oe property

public static string SyntaxError
return string

TooManyErrors public_oe static_oe property

public static string TooManyErrors
return string

UnclosedComment public_oe static_oe property

public static string UnclosedComment
return string

VariantConvertError public_oe static_oe property

public static string VariantConvertError
return string

VariantConvertErrorToObject public_oe static_oe property

public static string VariantConvertErrorToObject
return string

WarnEvalOperator public_oe static_oe property

public static string WarnEvalOperator
return string

WarnRunningCodeOnDeletingObject public_oe static_oe property

public static string WarnRunningCodeOnDeletingObject
return string

Warning public_oe static_oe property

public static string Warning
return string

WriteError public_oe static_oe property

public static string WriteError
return string