Amazon.ECS.Model.ServiceNotActiveException.ServiceNotActiveException C# (CSharp) Метод

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

Construct instance of ServiceNotActiveException
public ServiceNotActiveException ( 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 ServiceNotActiveException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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