public OcrSupportLockedException(
string ,
Exception
)
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New OcrSupportLockedException(message, innerException)
public OcrSupportLockedException(
string message,
HResult innerException
)
public OcrSupportLockedException(String message,
RuntimeException innerException)
function OcrSupportLockedException(
message ,
innerException
)
public:
OcrSupportLockedException(
String^ ,
Exception^
)