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