Amazon.AWSSupport.Model.AttachmentIdNotFoundException.AttachmentIdNotFoundException C# (CSharp) Method

AttachmentIdNotFoundException() public method

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

Same methods

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