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

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

Construct instance of InvalidScheduleException
public InvalidScheduleException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public InvalidScheduleException(Exception innerException) 
            : base(innerException) {}
            

Same methods

InvalidScheduleException::InvalidScheduleException ( System info, System context ) : System
InvalidScheduleException::InvalidScheduleException ( string message ) : 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