Amazon.CloudFront.Model.BatchTooLargeException.BatchTooLargeException C# (CSharp) Method

BatchTooLargeException() public method

Construct instance of BatchTooLargeException
public BatchTooLargeException ( Exception innerException ) : System
innerException System.Exception
return System
        public BatchTooLargeException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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