TranslationError Class
Updated: September 18, 2012
An error thrown during expression translation.
Assembly: Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityId | The Id of the offending activity |
![]() | EndColumn | The end column from the original XAML file where the error happened. |
![]() | EndLine | The end line from the original XAML file where the error happened. |
![]() | ExpressionText | The original VB/C# expression text that produced the error. For example, the VB condition in an If activity (if it can't be translated) |
![]() | Message | The error message (why the translation did not succeed). |
![]() | StartColumn | The start column from the original XAML file where the error happened. |
![]() | StartLine | The start line from the original XAML file where the error happened. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


