SmartZone v6.1 for .NET - Updated
ImageNotAvailableException Constructor(String)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > ImageNotAvailableException Class > ImageNotAvailableException Constructor : ImageNotAvailableException Constructor(String)
A string which represents a message.
Initializes a new instance of an image is not available with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New ImageNotAvailableException(message)
public ImageNotAvailableException( 
   string message
)
public: ImageNotAvailableException( 
   string* message
)
public:
ImageNotAvailableException( 
   String^ message
)

Parameters

message
A string which represents a message.
See Also

Reference

ImageNotAvailableException Class
ImageNotAvailableException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.