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

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

Constructs a new ItemContentMismatchException with the specified error message.
public ItemContentMismatchException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ItemContentMismatchException(string message) 
            : base(message) {}
          

Same methods

ItemContentMismatchException::ItemContentMismatchException ( Exception innerException ) : System
ItemContentMismatchException::ItemContentMismatchException ( System info, System context ) : 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