Accusoft.ImagXpress13.Net
InternetException Constructor(String,Exception)




A string which represents the error message.
An System.Exception value.
Constructor which allows passing in a message and inner exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New InternetException(message, innerException)
public InternetException( 
   string message,
   Exception innerException
)
public: InternetException( 
   string* message,
   Exception* innerException
)
public:
InternetException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string which represents the error message.
innerException
An System.Exception value.
See Also

Reference

InternetException Class
InternetException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback