Accusoft.Forms1 - Updated
InternalException Constructor(String)



Accusoft.SmartZoneOCRSdk Namespace > InternalException Class > InternalException Constructor : InternalException Constructor(String)
A string which represents the message.
Initializes a new instance of an internal error with a given message.
Syntax
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal message As String _
)
Dim message As String
 
Dim instance As New InternalException(message)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public InternalException( 
   string message
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
InternalException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

InternalException Class
InternalException Members
Overload List