 | JCOBridgeConvertTException(JavaException) Method |
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.2.250821-1d39389489804d6a3c7a28203f93adc3f9dc1870
Syntaxpublic static Exception Convert<TException>(
JavaException jException
)
where TException : JVMBridgeException<TException>
Public Shared Function Convert(Of TException As JVMBridgeException(Of TException)) (
jException As JavaException
) As Exception
Parameters
- jException JavaException
- The JavaException to be converted
Type Parameters
- TException
- Expected JVMBridgeException class of the exception
Return Value
ExceptionThe exception converted into
TException or
JavaException if it is not convertible
See Also