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

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

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

Same methods

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::ServiceNotActiveException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ServiceNotActiveException