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

AttachmentSetIdNotFoundException() public method

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

Same methods

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