Amazon.CloudWatchEvents.Model.ConcurrentModificationException.ConcurrentModificationException C# (CSharp) Метод

ConcurrentModificationException() публичный Метод

Constructs a new ConcurrentModificationException with the specified error message.
public ConcurrentModificationException ( string message ) : System
message string /// Describes the error encountered. ///
Результат 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