AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Virtual method that gets called when a request results in an error. This is called for every error, regardless of whether the request will be retried.
Namespace: Amazon.Runtime
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z
public virtual void NotifyError( IExecutionContext executionContext, Exception exception )
The execution context which contains both the requests and response context.
The exception from the failed request.
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer