Initializes a new instance of the SmartZoneOCRException class with a given string.
Syntax
'Declaration
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function New( _
ByVal As System.String _
)
'Usage
Dim message As System.String
Dim instance As New SmartZoneOCRException(message)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public SmartZoneOCRException(
System.string
)
public SmartZoneOCRException(
: System.String
);
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function SmartZoneOCRException(
: System.String
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: SmartZoneOCRException(
System.string*
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
SmartZoneOCRException(
System.String^
)
Parameters
- message
- A string which represents the error message.
See Also