| Interface | Description |
|---|---|
| IBreakpointRequest |
Request for notification when a breakpoint at a given location is hit.
|
| IEventRequest |
Root interface of event request.
|
| IEventRequestManager | |
| IExceptionBreakpointRequest |
Request for notification when an exception breakpoint is hit.
|
| IStepRequest |
Request for notification when a step occurs in the target VM.
|
| Exception | Description |
|---|---|
| DuplicateRequestException |
Thrown to indicate a duplicate step event request.
|
| InvalidRequestStateException |
Thrown if a request is enabled/disabled when the request has been previously deleted.
|