Class ExceptionHandlingScope

Index

Constructor methods

Methods

Constructor methods

constructor(context: ClientRuntimeContext): ExceptionHandlingScope

Parameters

Returns

ExceptionHandlingScope

Methods

public get_errorMessage(): string

Returns

string

public get_hasException(): boolean

Returns

boolean

public get_processed(): boolean

Returns

boolean

public get_serverErrorCode(): number

Returns

number

public get_serverErrorDetails(): any

Returns

any

public get_serverErrorTypeName(): string

Returns

string

public get_serverErrorValue(): string

Returns

string

public get_serverStackTrace(): string

Returns

string

public startCatch(): any

Returns

any

public startFinally(): any

Returns

any

public startScope(): any

Returns

any

public startTry(): any

Returns

any