Table of Contents

Class ConcurrentModificationException

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

There is concurrent modification on a rule, target, archive, or replay.

public class ConcurrentModificationException : AmazonEventBridgeException
Inheritance
ConcurrentModificationException

Constructors

ConcurrentModificationException(Exception)

Construct instance of ConcurrentModificationException

public ConcurrentModificationException(Exception innerException)

Parameters

innerException Exception

ConcurrentModificationException(string)

Constructs a new ConcurrentModificationException with the specified error message.

public ConcurrentModificationException(string message)

Parameters

message string

Describes the error encountered.

ConcurrentModificationException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ConcurrentModificationException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ConcurrentModificationException(string, Exception)

Construct instance of ConcurrentModificationException

public ConcurrentModificationException(string message, Exception innerException)

Parameters

message string
innerException Exception

ConcurrentModificationException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ConcurrentModificationException

public ConcurrentModificationException(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