Summary
An exception indicating that the sequence
- Namespace
- FunctionalSharp
.DiscriminatedUnions .Exceptions - Interfaces
-
- ISerializable
- _Exception
- Base Types
-
- object
- Exception
graph TD
Base0["Exception"]-->Type
Base1["object"]-->Base0
Interface0["ISerializable"]-.->Type
Interface1["_Exception"]-.->Type
Type["MultipleResultsException"]
class Type type-node
Syntax
[Serializable]
public class MultipleResultsException : Exception, ISerializable, _Exception
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Multiple |
Creates a new MultipleResultsException with the default message. |
Multiple |
Creates a new MultipleResultsException with aditional information in the message. |
Extension Methods
Name | Value | Summary |
---|---|---|
Match |
Pattern |
Starts a pattern match for a single value. Subsequent calls to With() need to be used to specify conditions
|
ToOption |
IOption |
Turns the type T into an option type.
From OptionExtensions
|