Share via


ParallelOperationsException 類別

 

引發例外狀況,當一個或一組平行作業中的多個作業會失敗。InnerExceptions 集合包含每個失敗的作業例外狀況。

命名空間:   Microsoft.Azure.Batch
組件:  Microsoft.Azure.Batch (在 Microsoft.Azure.Batch.dll 中)

繼承階層架構

System.Object
  System.Exception
    System.AggregateException
      Microsoft.Azure.Batch.ParallelOperationsException

語法

public class ParallelOperationsException : AggregateException
public ref class ParallelOperationsException : AggregateException
type ParallelOperationsException = 
    class
        inherit AggregateException
    end
Public Class ParallelOperationsException
    Inherits AggregateException

屬性

名稱 描述
System_CAPS_pubproperty Data

(繼承自 Exception。)

System_CAPS_pubproperty HelpLink

(繼承自 Exception。)

System_CAPS_pubproperty HResult

(繼承自 Exception。)

System_CAPS_pubproperty InnerException

(繼承自 Exception。)

System_CAPS_pubproperty InnerExceptions

(繼承自 AggregateException。)

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 Flatten()

(繼承自 AggregateException。)

System_CAPS_pubmethod GetBaseException()

(繼承自 AggregateException。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(繼承自 AggregateException。)

System_CAPS_pubmethod GetType()

(繼承自 Exception。)

System_CAPS_pubmethod Handle(Func<Exception, Boolean>)

(繼承自 AggregateException。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

建立並傳回目前的字串表示法 ParallelOperationsException。(覆寫 AggregateException.ToString()。)

事件

名稱 描述
System_CAPS_protevent SerializeObjectState

(繼承自 Exception。)

執行緒安全

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

請參閱

Microsoft.Azure.Batch 命名空間

回到頁首