|
|
MethodReturn Class |
Namespace: CADSharpTools.Core
The MethodReturn type exposes the following members.
| Name | Description | |
|---|---|---|
| MethodReturn |
Creates a new instance of the MethodReturn class.
| |
| MethodReturn(String) |
Create a new instance of the MethodReturn class.
| |
| MethodReturn(Exception, Boolean) |
Creates a new instance of the MethodReturn class.
| |
| MethodReturn(String, Boolean) |
Creates a new instance of the MethodReturn class.
|
| Name | Description | |
|---|---|---|
| Error |
Error message.
| |
| Exception |
Exception object.
| |
| IsError |
Property indicating whether the method has successfully completed or not.
| |
| TimeStamp |
Time stamp.
| |
| Warning |
The warning message.
|