Class JavaScriptError
Represents a JavaScript error that occurred during the user journey.
Inheritance
System.Object
JavaScriptError
Namespace: AxaFrance.WebEngine
Assembly: AxaFrance.WebEngine.dll
Syntax
public class JavaScriptError
Properties
| Improve this Doc View SourceMessage
Error message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |