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

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

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

Same methods

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