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






Accusoft.SmartZoneOCRSdk Namespace > BitDepthException Class > BitDepthException Constructor : BitDepthException Constructor(String,Exception)
A string which represents the message.
An inner exception from the base constructor.
Initializes a new instance of an invalid bitmap with a given message and an inner exception.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
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 BitDepthException(message, innerException)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public BitDepthException( 
   System.string message,
   System.Exception innerException
)
public BitDepthException( 
    message: System.String;
    innerException: System.Exception
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function BitDepthException( 
   message : System.String,
   innerException : System.Exception
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: BitDepthException( 
   System.string* message,
   System.Exception* innerException
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
BitDepthException( 
   System.String^ message,
   System.Exception^ innerException
)

Parameters

message
A string which represents the message.
innerException
An inner exception from the base constructor.
See Also

Reference

BitDepthException Class
BitDepthException Members
Overload List