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

LoadBalancerAttributeNotFoundException() public method

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

Same methods

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