Click or drag to resize

ResultT, TError Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.CoreResultT, TError

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public class Result<T, TError>
where TError : struct, new()

Type Parameters

T
TError

The ResultT, TError type exposes the following members.

Constructors
  NameDescription
Protected methodResultT, TError
Initializes a new instance of the ResultT, TError class
Top
Properties
  NameDescription
Public propertyErrorType
Top
See Also