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






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

Parameters

message
A string which represents a message.
See Also

Reference

ImageNotAvailableException Class
ImageNotAvailableException Members
Overload List