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

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

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

Same methods

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