  | ResultT, TError Constructor  | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxprotected Result(
	T value,
	bool isSuccess,
	TError errorType
)
Protected Sub New ( 
	value As T,
	isSuccess As Boolean,
	errorType As TError
)
Parameters
- value
 - Type: T
 - isSuccess
 - Type: SystemBoolean
 - errorType
 - Type: TError
 
See Also