puppeteer/new-docs/puppeteer.protocol.runtime.exceptionthrownevent.md

22 lines
914 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [ExceptionThrownEvent](./puppeteer.protocol.runtime.exceptionthrownevent.md)
## Protocol.Runtime.ExceptionThrownEvent interface
Issued when exception was thrown and unhandled.
<b>Signature:</b>
```typescript
export interface ExceptionThrownEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [exceptionDetails](./puppeteer.protocol.runtime.exceptionthrownevent.exceptiondetails.md) | [ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | |
| [timestamp](./puppeteer.protocol.runtime.exceptionthrownevent.timestamp.md) | [Timestamp](./puppeteer.protocol.runtime.timestamp.md) | Timestamp of the exception. |