Amazon.Inspector.Model.AssessmentRunInProgressException.AssessmentRunInProgressException C# (CSharp) Метод

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

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

Same methods

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