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

ConcurrentModificationException() public method

Construct instance of ConcurrentModificationException
public ConcurrentModificationException ( Exception innerException ) : System
innerException System.Exception
return System
        public ConcurrentModificationException(Exception innerException) 
            : base(innerException) {}
            

Same methods

ConcurrentModificationException::ConcurrentModificationException ( System info, System context ) : System
ConcurrentModificationException::ConcurrentModificationException ( string message ) : 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