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

LoadBalancerAttributeNotFoundException() public method

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

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