Click or drag to resize

ExceptionDuringPropagationEventArgs Properties

The ExceptionDuringPropagationEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentState
Gets the raw state at the end of the current step when this event is fired.
Public propertyCurrentTime
Gets the time at the end of the current step when this event is fired.
Public propertyException
Gets the exception that occurred.
Public propertyPreviousState
Gets the raw state at the beginning of the current step.
Public propertyPreviousTime
Gets the time at the beginning of the current step.
Public propertyStepSizeInformation
Gets information about the last step taken by the integrator.
Public propertyTrigger
Gets information about which method triggered this event.
Top
See Also