Click or drag to resize

MethodReturnT Constructor (T, Exception, Boolean)

Creates a new instance of the MethodReturn class.

Namespace:  CADSharpTools.Core
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public MethodReturn(
	T value,
	Exception e,
	bool isError = true
)

Parameters

value
Type: T
Returned object.
e
Type: SystemException
Exception object.
isError (Optional)
Type: SystemBoolean
True if the method has successfully completed, false if not.
See Also