Accusoft.SmartZoneICR5.Net - Updated
ImageNotAvailableException Constructor(String)




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
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New ImageNotAvailableException(message)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public ImageNotAvailableException( 
   string message
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: ImageNotAvailableException( 
   string* message
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
ImageNotAvailableException( 
   String^ message
)

Parameters

message
A string which represents a message.
See Also

Reference

ImageNotAvailableException Class
ImageNotAvailableException Members
Overload List