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

SynchronousMethodExceptionBehavior.ThrowAggregateException Field

Definition

This behavior causes synchronous methods to throw AggregateException on failure.

public static readonly Microsoft.Azure.Batch.SynchronousMethodExceptionBehavior ThrowAggregateException;
 staticval mutable ThrowAggregateException : Microsoft.Azure.Batch.SynchronousMethodExceptionBehavior
Public Shared ReadOnly ThrowAggregateException As SynchronousMethodExceptionBehavior 

Field Value

Remarks

This was the default SynchronousMethodExceptionBehavior used by Azure.Batch versions prior to 4.0.

Applies to