IActorRuntimeLog.OnExceptionThrown method
Invoked when the specified actor throws an exception without handling it.
public void OnExceptionThrown(ActorId id, string stateName, string actionName, Exception ex)
| parameter | description |
|---|---|
| id | The id of the actor that threw the exception. |
| stateName | The state name, if the actor is a state machine and a state exists, else null. |
| actionName | The name of the action being executed. |
| ex | The exception. |
See Also
- class ActorId
- interface IActorRuntimeLog
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote.Actors