Amazon.ECS.Model.ServiceNotFoundException.ServiceNotFoundException C# (CSharp) Method

ServiceNotFoundException() public method

Construct instance of ServiceNotFoundException
public ServiceNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System
        public ServiceNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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