'Declaration <System.Diagnostics.DebuggerNonUserCodeAttribute()> <System.Diagnostics.DebuggerStepThroughAttribute()> Public Function New( _ ByVal errorNumber As System.Integer, _ ByVal message As System.String _ )
'Usage Dim errorNumber As System.Integer Dim message As System.String Dim instance As New SmartZoneOCRException(errorNumber, message)
[System.Diagnostics.DebuggerNonUserCode()] [System.Diagnostics.DebuggerStepThrough()] public SmartZoneOCRException( System.int errorNumber, System.string message )
public SmartZoneOCRException( errorNumber: System.Integer; message: System.String );
System.Diagnostics.DebuggerNonUserCodeAttribute() System.Diagnostics.DebuggerStepThroughAttribute() public function SmartZoneOCRException( errorNumber : System.int, message : System.String );
[System.Diagnostics.DebuggerNonUserCode()] [System.Diagnostics.DebuggerStepThrough()] public: SmartZoneOCRException( System.int errorNumber, System.string* message )
[System.Diagnostics.DebuggerNonUserCode()] [System.Diagnostics.DebuggerStepThrough()] public: SmartZoneOCRException( System.int errorNumber, System.String^ message )
Parameters
- errorNumber
- An integer which represents the error number.
- message
- A string which represents the message.
