Share via


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