Accusoft.ImagXpress13.Net
Result Property (ImagXpressException)




Gets the enumerated exception result that has occurred.
Syntax
'Declaration
 
Public ReadOnly Property Result As Result
'Usage
 
Dim instance As ImagXpressException
Dim value As Result
 
value = instance.Result
public Result Result {get;}
public: __property Result get_Result();
public:
property Result Result {
   Result get();
}

Property Value

A Result enumeration value for the exception.
Remarks

To get the error number for the exception, use the Number property.

See Also

Reference

ImagXpressException Class
ImagXpressException Members
Number Property

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback