Message {SMRUCC.Rsharp.Runtime.Components} .NET clr documentation

Message

Description

The warning message and exception message

Declare

            
# namespace SMRUCC.Rsharp.Runtime.Components
export class Message {
   # [R# runtime] the R# scripting environment runtime stack trace
   environmentStack: StackFrame[];
   # the .NET log levels of current message object, value could be warning and error
   level: MSG_TYPES;
   # the message content about this error or warning
   message: string;
   # the source R# expression that cause this error or warning message
   source: Expression;
   # [VB.NET runtime] the R# engine stack trace
   trace: StackFrame[];
}

        

.NET clr type reference tree

  1. use by property member environmentStack: StackFrame
  2. use by property member level: MSG_TYPES
  3. use by property member source: Expression
  4. use by property member trace: StackFrame

[Package {$package} version {$version} Index]