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

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

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

Same methods

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