JuggerNET Runtime Library

IJvmOptions.COMExceptionMessages Property

A property governing whether exception type, message, and stack trace are all bundled up in one XML message that is supplied as the exception's Message property. VB6 clients only have easy access to the message and this would provide all necesssary information if set to true. This property is set to false by default.

[ConfigOption(OptionName="null", Name="null")]
bool COMExceptionMessages {get; set;}

See Also

IJvmOptions Interface | Codemesh.JuggerNET Namespace