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

AttachmentSetExpiredException() public method

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

Same methods

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