Table of Contents

Fibers.ErrorReason Enum

public enum Fibers.ErrorReason

Specifies the reason for an error occurring within a fiber.

Extension Methods

Names and Values

Unknown = 0

The error reason is unknown.

MoveNextAsync = 1

The error occurred during the MoveNextAsync operation.