Show / Hide Table of Contents

Class UndefinedResultException<TError>

Indicates that the result of the operation is unavailable.

Inheritance
object
Exception
UndefinedResultException<TError>
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext
Assembly: DotNext.dll
Syntax
public sealed class UndefinedResultException<TError> : Exception, ISerializable where TError : struct, Enum
Type Parameters
Name Description
TError

The type of the error code.

Properties

View Source

ErrorCode

Gets the error code associated with the exception.

Declaration
public TError ErrorCode { get; }
Property Value
Type Description
TError

Implements

ISerializable

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾