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




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

Parameters

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

Reference

ImageXViewException Class
ImageXViewException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback