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

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

Construct instance of NotEligibleException
public NotEligibleException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public NotEligibleException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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