Table of Contents

Class ConcurrentAccessException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Can't perform multiple operations on a tag simultaneously. Perform the operations sequentially.

public class ConcurrentAccessException : AmazonSimpleNotificationServiceException
Inheritance
ConcurrentAccessException

Constructors

ConcurrentAccessException(Exception)

Construct instance of ConcurrentAccessException

public ConcurrentAccessException(Exception innerException)

Parameters

innerException Exception

ConcurrentAccessException(string)

Constructs a new ConcurrentAccessException with the specified error message.

public ConcurrentAccessException(string message)

Parameters

message string

Describes the error encountered.

ConcurrentAccessException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ConcurrentAccessException

public ConcurrentAccessException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ConcurrentAccessException(string, Exception)

Construct instance of ConcurrentAccessException

public ConcurrentAccessException(string message, Exception innerException)

Parameters

message string
innerException Exception

ConcurrentAccessException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ConcurrentAccessException

public ConcurrentAccessException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode