Accusoft.SmartZoneOCR5.Net - Updated
BitDepthException Constructor(Int32,String)






Accusoft.SmartZoneOCRSdk Namespace > BitDepthException Class > BitDepthException Constructor : BitDepthException Constructor(Int32,String)
An integer which represents the error number.
A string which represents the message.
Initializes a new instance of an invalid bitmap with a given error number and message.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
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 BitDepthException(errorNumber, message)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public BitDepthException( 
   System.int errorNumber,
   System.string message
)
public BitDepthException( 
    errorNumber: System.Integer;
    message: System.String
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function BitDepthException( 
   errorNumber : System.int,
   message : System.String
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: BitDepthException( 
   System.int errorNumber,
   System.string* message
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
BitDepthException( 
   System.int errorNumber,
   System.String^ message
)

Parameters

errorNumber
An integer which represents the error number.
message
A string which represents the message.
See Also

Reference

BitDepthException Class
BitDepthException Members
Overload List