Amazon.DeviceFarm.Model.NotEligibleException.NotEligibleException C# (CSharp) Метод

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

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

Same methods

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