TranslationError Class

 

Updated: September 18, 2012

An error thrown during expression translation.

Namespace:   Microsoft.Activities.Design.ExpressionTranslation
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)

System.Object
  Microsoft.Activities.Design.ExpressionTranslation.TranslationError

public class TranslationError

NameDescription
System_CAPS_pubpropertyActivityId

The Id of the offending activity

System_CAPS_pubpropertyEndColumn

The end column from the original XAML file where the error happened.

System_CAPS_pubpropertyEndLine

The end line from the original XAML file where the error happened.

System_CAPS_pubpropertyExpressionText

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)

System_CAPS_pubpropertyMessage

The error message (why the translation did not succeed).

System_CAPS_pubpropertyStartColumn

The start column from the original XAML file where the error happened.

System_CAPS_pubpropertyStartLine

The start line from the original XAML file where the error happened.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: