Amazon.CognitoIdentityProvider.Model.ConcurrentModificationException.ConcurrentModificationException C# (CSharp) Method

ConcurrentModificationException() public method

Constructs a new ConcurrentModificationException with the specified error message.
public ConcurrentModificationException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public ConcurrentModificationException(string message) 
            : base(message) {}
          

Same methods

ConcurrentModificationException::ConcurrentModificationException ( Exception innerException ) : System
ConcurrentModificationException::ConcurrentModificationException ( System info, System context ) : System
ConcurrentModificationException::ConcurrentModificationException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ConcurrentModificationException::ConcurrentModificationException ( string message, Exception innerException ) : System
ConcurrentModificationException::ConcurrentModificationException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ConcurrentModificationException