Documentation for a minimal subset of the QSM API
Result Constructor (operationSucceeded, resultObject, exception)
Namespaces > QS.CMS.Base3 > Result > ResultNew(Boolean, ISerializable, Exception)
Initializes a new instance of the Result class.
Syntax
C#Visual BasicManaged C++
public Result (
	bool operationSucceeded,
	ISerializable resultObject,
	Exception exception
)
Public Sub New ( _
	operationSucceeded As Boolean, _
	resultObject As ISerializable, _
	exception As Exception _
)
public:
Result (
	bool operationSucceeded, 
	ISerializable^ resultObject, 
	Exception^ exception
)
Parameters
operationSucceeded (Boolean)

[Missing <param> documentation for "operationSucceeded"]

resultObject (ISerializable)

[Missing <param> documentation for "resultObject"]

exception (Exception)

[Missing <param> documentation for "exception"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0