Accusoft.ImagXpress13.Net
ImagXpressException Constructor(Result,String)




An Result enumeration value.
A string which represents the error message for the exception.
Constructor which allows passing in a result and a message for ImagXpress exceptions.
Syntax
'Declaration
 
Public Function New( _
   ByVal result As Result, _
   ByVal message As String _
)
'Usage
 
Dim result As Result
Dim message As String
 
Dim instance As New ImagXpressException(result, message)
public ImagXpressException( 
   Result result,
   string message
)
public: ImagXpressException( 
   Result result,
   string* message
)
public:
ImagXpressException( 
   Result result,
   String^ message
)

Parameters

result
An Result enumeration value.
message
A string which represents the error message for the exception.
See Also

Reference

ImagXpressException Class
ImagXpressException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback