Share via


ServiceVersionMismatchException 類別

 

服務版本不相等時所擲回的例外狀況。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

繼承階層架構

System.Object
  System.Exception
    Microsoft.Workflow.Client.WorkflowManagementException
      Microsoft.Workflow.Client.ServiceVersionMismatchException

語法

[SerializableAttribute]
public class ServiceVersionMismatchException : WorkflowManagementException
[SerializableAttribute]
public ref class ServiceVersionMismatchException : WorkflowManagementException
[<SerializableAttribute>]
type ServiceVersionMismatchException = 
    class
        inherit WorkflowManagementException
    end
<SerializableAttribute>
Public Class ServiceVersionMismatchException
    Inherits WorkflowManagementException

建構函式

名稱 描述
System_CAPS_protmethod ServiceVersionMismatchException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod ServiceVersionMismatchException(String)

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

System_CAPS_pubmethod ServiceVersionMismatchException(String, Exception)

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

屬性

名稱 描述
System_CAPS_pubproperty ActualVersion

取得或設定實際服務版本。

System_CAPS_pubproperty Data

(繼承自 Exception。)

System_CAPS_pubproperty ExpectedVersion

取得或設定預期的服務版本。

System_CAPS_pubproperty HelpLink

(繼承自 Exception。)

System_CAPS_pubproperty HResult

(繼承自 Exception。)

System_CAPS_pubproperty InnerException

(繼承自 Exception。)

System_CAPS_pubproperty Message

(繼承自 Exception。)

System_CAPS_pubproperty Source

(繼承自 Exception。)

System_CAPS_pubproperty StackTrace

(繼承自 Exception。)

System_CAPS_pubproperty TargetSite

(繼承自 Exception。)

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod GetBaseException()

(繼承自 Exception。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

取得例外狀況的相關序列化資訊。(覆寫 Exception.GetObjectData(SerializationInfo, StreamingContext)。)

System_CAPS_pubmethod GetType()

(繼承自 Exception。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Exception。)

事件

名稱 描述
System_CAPS_protevent SerializeObjectState

(繼承自 Exception。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Workflow.Client 命名空間

回到頁首