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
innerExceptionException
ConcurrentAccessException(string)
Constructs a new ConcurrentAccessException with the specified error message.
public ConcurrentAccessException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode