ValidationErrorInfo Class
Provides a container for all the properties attached to an instance of a validation error that occurred during the design time or run time of a workflow activity.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | ValidationErrorInfo(String^) | Creates a new instance of the ValidationErrorInfo class that contains information about a specific error. |
![]() | ValidationErrorInfo(ValidationError^) | Creates a new instance of the ValidationErrorInfo class with the specified validation error. |
| Name | Description | |
|---|---|---|
![]() | FileName | Gets or sets the alphanumeric name of the file that generated the error. |
![]() | Id | Gets or sets a unique identifier for this error. |
![]() | IsWarning | Gets or sets a value that determines whether the constraint violation is a warning. |
![]() | Message | Gets or sets an alphanumeric message that provides additional information about the error. |
![]() | PropertyName | Gets or sets the alphanumeric name of the property that generated the error. |
![]() | SourceReferenceId | Gets or sets the globally-unique identifier (GUID) of the source reference that generated the error. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


