Class AbapRuntimeErrorEventArgs
Arguments supplied when AbapRuntimeError fires.
public sealed class AbapRuntimeErrorEventArgs : EventArgs
- Inheritance
-
AbapRuntimeErrorEventArgs
- Inherited Members
Properties
Message
Status bar or window title text at the time of the error.
public string Message { get; }