EnumerationAbortedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that an enumeration was aborted.
[Orleans.GenerateSerializer]
public sealed class EnumerationAbortedException : Exception
[<Orleans.GenerateSerializer>]
type EnumerationAbortedException = class
inherit Exception
Public NotInheritable Class EnumerationAbortedException
Inherits Exception
- Inheritance
-
EnumerationAbortedException
- Attributes
Constructors
EnumerationAbortedException() |
Initializes a new instance of the EnumerationAbortedException class. |
EnumerationAbortedException(String, Exception) |
Initializes a new instance of the EnumerationAbortedException class. |
EnumerationAbortedException(String) |
Initializes a new instance of the EnumerationAbortedException class. |