Amazon.ElasticLoadBalancing.Model.LoadBalancerAttributeNotFoundException.LoadBalancerAttributeNotFoundException C# (CSharp) Method

LoadBalancerAttributeNotFoundException() public method

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

Same methods

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