WorkflowCompilerError 類別

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

代表在工作流程編譯過程中獲得的 a CompilerError

public ref class WorkflowCompilerError sealed : System::CodeDom::Compiler::CompilerError
[System.Serializable]
public sealed class WorkflowCompilerError : System.CodeDom.Compiler.CompilerError
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowCompilerError : System.CodeDom.Compiler.CompilerError
[<System.Serializable>]
type WorkflowCompilerError = class
    inherit CompilerError
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowCompilerError = class
    inherit CompilerError
Public NotInheritable Class WorkflowCompilerError
Inherits CompilerError
繼承
WorkflowCompilerError
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

建構函式

名稱 Description
WorkflowCompilerError()
已淘汰.

初始化 WorkflowCompilerError 類別的新執行個體。

WorkflowCompilerError(String, Int32, Int32, String, String)
已淘汰.

初始化 WorkflowCompilerError 類別的新執行個體。 包含對定義錯誤的多項屬性的初始化。

WorkflowCompilerError(String, WorkflowMarkupSerializationException)
已淘汰.

初始化 WorkflowCompilerError 類別的新執行個體。 初始化實例以定義來源檔名 和 WorkflowMarkupSerializationException

屬性

名稱 Description
Column
已淘汰.

取得或設定錯誤來源的欄位編號。

(繼承來源 CompilerError)
ErrorNumber
已淘汰.

取得或設定錯誤編號。

(繼承來源 CompilerError)
ErrorText
已淘汰.

會接收或設定錯誤訊息的文字。

(繼承來源 CompilerError)
FileName
已淘汰.

取得或設定包含造成錯誤程式碼的原始檔案檔名。

(繼承來源 CompilerError)
IsWarning
已淘汰.

會取得或設定一個值,指示錯誤是否為警告。

(繼承來源 CompilerError)
Line
已淘汰.

取得或設定錯誤來源的行號。

(繼承來源 CompilerError)
PropertyName
已淘汰.

回傳與編譯器錯誤相關的屬性。

UserData
已淘汰.

取得 IDictionary 一個可以用來讀取和寫入與此實例相關的使用者定義資料的 。

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

提供表示這個實例的字串。

適用於