Accusoft.ImagXpress13.Net
ImageXException Constructor(String)




A string value which represents the error message for the exception.
Constructor which allows passing in a message for the ImageX exceptions.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New ImageXException(message)
public ImageXException( 
   string message
)
public: ImageXException( 
   string* message
)
public:
ImageXException( 
   String^ message
)

Parameters

message
A string value which represents the error message for the exception.
See Also

Reference

ImageXException Class
ImageXException Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback