Accusoft.SmartZoneOCR5.Net - Updated
SmartZoneOCRException Constructor(String,Exception)






Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCRException Class > SmartZoneOCRException Constructor : SmartZoneOCRException Constructor(String,Exception)
A string which represents the message.
A given inner exception.
Initializes a new instance of the SmartZoneOCRException class with a given message and inner exception.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal message As System.String, _
   ByVal innerException As System.Exception _
)
'Usage
 
Dim message As System.String
Dim innerException As System.Exception
 
Dim instance As New SmartZoneOCRException(message, innerException)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public SmartZoneOCRException( 
   System.string message,
   System.Exception innerException
)
public SmartZoneOCRException( 
    message: System.String;
    innerException: System.Exception
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function SmartZoneOCRException( 
   message : System.String,
   innerException : System.Exception
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: SmartZoneOCRException( 
   System.string* message,
   System.Exception* innerException
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
SmartZoneOCRException( 
   System.String^ message,
   System.Exception^ innerException
)

Parameters

message
A string which represents the message.
innerException
A given inner exception.
See Also

Reference

SmartZoneOCRException Class
SmartZoneOCRException Members
Overload List