Amazon.Rekognition.Model.InvalidS3ObjectException.InvalidS3ObjectException C# (CSharp) Method

InvalidS3ObjectException() public method

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

Same methods

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