Amazon.CodeDeploy.Model.BatchLimitExceededException.BatchLimitExceededException C# (CSharp) Метод

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

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

Same methods

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