Class UndefinedResultException<TError>
Indicates that the result of the operation is unavailable.
Implements
Inherited Members
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
| Edit this page View SourceErrorCode
Gets the error code associated with the exception.
Declaration
public TError ErrorCode { get; }
Property Value
Type | Description |
---|---|
TError |