Gets the Java message of the original Java Exception
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public string JavaMessage { get; }
Public ReadOnly Property JavaMessage As String Get
public: property String^ JavaMessage { String^ get (); }
/** @property */ public String get_JavaMessage()