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