Amazon.Rekognition.Model.ImageTooLargeException.ImageTooLargeException C# (CSharp) Метод

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

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

Same methods

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