Click or drag to resize

ScriptFailedToParseEventArgs Class

Version 102.0.100
Fired when virtual machine fails to parse the script.
Inheritance Hierarchy

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public class ScriptFailedToParseEventArgs : DevToolsDomainEventArgsBase

The ScriptFailedToParseEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodScriptFailedToParseEventArgs
Initializes a new instance of the ScriptFailedToParseEventArgs class
Top
Properties
  NameDescription
Public propertyCodeOffset
If the scriptLanguage is WebAssembly, the code section offset in the module.
Public propertyEmbedderName
The name the embedder supplied for this script.
Public propertyEndColumn
Length of the last line of the script.
Public propertyEndLine
Last line of the script.
Public propertyExecutionContextAuxData
Embedder-specific auxiliary data.
Public propertyExecutionContextId
Specifies script creation context.
Public propertyHash
Content hash of the script.
Public propertyHasSourceURL
True, if this script has sourceURL.
Public propertyIsModule
True, if this script is ES6 module.
Public propertyLength
This script length.
Public propertyScriptId
Identifier of the script parsed.
Public propertyScriptLanguage
The language of the script.
Public propertySourceMapURL
URL of source map associated with script (if any).
Public propertyStackTrace
JavaScript top stack frame of where the script parsed event was triggered if available.
Public propertyStartColumn
Column offset of the script within the resource with given URL.
Public propertyStartLine
Line offset of the script within the resource with given URL (for script tags).
Public propertyUrl
URL or name of the script parsed (if any).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also