  | ResultT Constructor  | 
 Initializes a new instance of the 
ResultT class
 
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxprotected Result(
	T value,
	bool isSuccess,
	string error
)
Protected Sub New ( 
	value As T,
	isSuccess As Boolean,
	error As String
)
Parameters
- value
 - Type: T
 - isSuccess
 - Type: SystemBoolean
 - error
 - Type: SystemString
 
See Also