Click or drag to resize

CancelAfterOngoingExecutionException Class

[Missing <summary> documentation for "T:RAYLASE.Marker.Common.TextGenerator.CancelAfterOngoingExecutionException"]

Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.Marker.Common.TextGeneratorCancelAfterOngoingExecutionException

Namespace: RAYLASE.Marker.Common.TextGenerator
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.40.0
Syntax
C#
public class CancelAfterOngoingExecutionException : Exception

The CancelAfterOngoingExecutionException type exposes the following members.

Constructors
 NameDescription
Public methodCancelAfterOngoingExecutionExceptionInitializes a new instance of the CancelAfterOngoingExecutionException class
Top
Extension Methods
 NameDescription
Public Extension MethodGetAllMessages Concatenates exception messages recursively through the inner exceptions.
(Defined by Extensions)
Public Extension MethodGetAllStackTraces Concatenates exception stack traces recursively through the inner exceptions.
(Defined by Extensions)
Top
See Also