WorkflowCompilerError Class
Represents a CompilerError that is obtained during the workflow compilation process.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
System.CodeDom.Compiler::CompilerError
System.Workflow.ComponentModel.Compiler::WorkflowCompilerError
| Name | Description | |
|---|---|---|
![]() | WorkflowCompilerError() | Initializes a new instance of the WorkflowCompilerError class. |
![]() | WorkflowCompilerError(String^, Int32, Int32, String^, String^) | Initializes a new instance of the WorkflowCompilerError class. Includes initialization for several properties which define the error. |
![]() | WorkflowCompilerError(String^, WorkflowMarkupSerializationException^) | Initializes a new instance of the WorkflowCompilerError class. Initializes the instance to define the source file name and WorkflowMarkupSerializationException. |
| Name | Description | |
|---|---|---|
![]() | Column | Gets or sets the column number where the source of the error occurs.(Inherited from CompilerError.) |
![]() | ErrorNumber | Gets or sets the error number.(Inherited from CompilerError.) |
![]() | ErrorText | Gets or sets the text of the error message.(Inherited from CompilerError.) |
![]() | FileName | Gets or sets the file name of the source file that contains the code which caused the error.(Inherited from CompilerError.) |
![]() | IsWarning | Gets or sets a value that indicates whether the error is a warning.(Inherited from CompilerError.) |
![]() | Line | Gets or sets the line number where the source of the error occurs.(Inherited from CompilerError.) |
![]() | PropertyName | Returns the property associated with the compiler error. |
![]() | UserData | Gets an IDictionary which can be accessed to read and write user-defined data associated with this instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Provides a string which represents this instance.(Overrides CompilerError::ToString().) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
Available since 3.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.


