Amazon.SQS.Model.BatchRequestTooLongException.BatchRequestTooLongException C# (CSharp) 메소드

BatchRequestTooLongException() 공개 메소드

Construct instance of BatchRequestTooLongException
public BatchRequestTooLongException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public BatchRequestTooLongException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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