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




A string value which represents the error message.
A 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 ImageXViewException(message, innerException)
public ImageXViewException( 
   string message,
   Exception innerException
)
public: ImageXViewException( 
   string* message,
   Exception* innerException
)
public:
ImageXViewException( 
   String^ message,
   Exception^ innerException
)

Parameters

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

Reference

ImageXViewException Class
ImageXViewException Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback