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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ConcurrentModificationException(string, Exception)
Construct instance of ConcurrentModificationException
public ConcurrentModificationException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode