Amazon.ApplicationAutoScaling.Model.ConcurrentUpdateException.ConcurrentUpdateException C# (CSharp) Метод

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

Construct instance of ConcurrentUpdateException
public ConcurrentUpdateException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public ConcurrentUpdateException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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