你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ParallelOperationsException 类

定义

当并行操作集中的一个或多个操作失败时引发异常。
集合 InnerExceptions 包含每个失败操作的异常。

public class ParallelOperationsException : AggregateException
type ParallelOperationsException = class
    inherit AggregateException
Public Class ParallelOperationsException
Inherits AggregateException
继承
ParallelOperationsException

方法

ToString()

创建并返回当前 ParallelOperationsException 的字符串表示形式。

适用于