Class TextExpressionCompilerError
Inheritance
System.Object
TextExpressionCompilerError
Namespace: System.Activities.XamlIntegration
Assembly: UiPath.Workflow.dll
Syntax
public class TextExpressionCompilerError : Object
Properties
IsWarning
Declaration
public bool IsWarning { get; }
Property Value
System.Boolean
|
Message
Declaration
public string Message { get; }
Property Value
System.String
|
Number
Declaration
public string Number { get; }
Property Value
System.String
|
SourceLineNumber
Declaration
public int SourceLineNumber { get; }
Property Value
System.Int32
|