Click or drag to resize

JavaException Constructor

Overload List
 NameDescription
Public methodJavaException Initializes a new instance of the JavaException class.
Public methodJavaException(String) Initializes a new instance of the JavaException class with a specified error message.
Public methodJavaException(String, Exception) Initializes a new instance of the System.Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodJavaException(String, String) Initializes a new instance of the JavaException class with a specified error message and JVM stack trace
Public methodJavaException(String, String, String) Initializes a new instance of the JavaException class with a specified error message and JVM stack trace
Public methodJavaException(String, String, String, JavaException) Initializes a new instance of the JavaException class with a specified error message and JVM stack trace
Top
See Also