Accusoft.ImagXpress13.Net
InternetException Constructor(String)




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

Parameters

message
A string which represents the error message.
See Also

Reference

InternetException Class
InternetException Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback