Amazon.SimpleSystemsManagement.Model.ItemContentMismatchException.ItemContentMismatchException C# (CSharp) Method

ItemContentMismatchException() public method

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

Same methods

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