This documentation is archived and is not being maintained.
WorkflowCompilerError Class
Visual Studio 2010
Represents a CompilerError that is obtained during the workflow compilation process.
System::Object
System.CodeDom.Compiler::CompilerError
System.Workflow.ComponentModel.Compiler::WorkflowCompilerError
System.CodeDom.Compiler::CompilerError
System.Workflow.ComponentModel.Compiler::WorkflowCompilerError
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The WorkflowCompilerError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WorkflowCompilerError() | Initializes a new instance of the WorkflowCompilerError class. |
![]() | WorkflowCompilerError(String, WorkflowMarkupSerializationException) | Initializes a new instance of the WorkflowCompilerError class. Initializes the instance to define the source file name and WorkflowMarkupSerializationException. |
![]() | WorkflowCompilerError(String, Int32, Int32, String, String) | Initializes a new instance of the WorkflowCompilerError class. Includes initialization for several properties which define the error. |
| 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.) |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Provides a string which represents this instance. (Overrides CompilerError::ToString().) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
