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