Click or drag to resize

MethodReturnT Class

MethodReturn serves as wrapper for method returns.
Inheritance Hierarchy
SystemObject
  CADSharpTools.CoreMethodReturnT

Namespace:  CADSharpTools.Core
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class MethodReturn<T>

Type Parameters

T
Specified return type of the method.

The MethodReturnT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyError
Error message.
Public propertyException
Exception object.
Public propertyIsError
Property indicating whether the method has successfully completed or not.
Public propertyTimeStamp
Time stamp.
Public propertyValue
The returned object.
Public propertyWarning
The warning message.
Top
Remarks
Use this class to capture exceptions throwing by SOLIDWORKS API or SOLIDWORKS PDM API objects.
See Also