Amazon.SimpleSystemsManagement.Model.ItemContentMismatchException.ItemContentMismatchException C# (CSharp) Метод

ItemContentMismatchException() публичный Метод

Construct instance of ItemContentMismatchException
public ItemContentMismatchException ( Exception innerException ) : System
innerException System.Exception
Результат 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