Click or drag to resize

WaitTimeoutException Class

Thrown when a power overflow occurs. This can happen when using PowerCorrection/VelocityCorrection.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.SPICE3ExecutionException
      RAYLASE.SPICE3WaitTimeoutException

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class WaitTimeoutException : ExecutionException

The WaitTimeoutException type exposes the following members.

Constructors
Extension Methods
 NameDescription
Public Extension MethodGetAllExceptionMessages Gets the exception's message, and then descends through the inner exceptions, appending all their messages to the same string.
(Defined by ClientLibExtensions)
Top
Remarks
Please refer to SP-ICE-3-Specific Exceptions for further information.
See Also