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

LoadBalancerAttributeNotFoundException() public method

Constructs a new LoadBalancerAttributeNotFoundException with the specified error message.
public LoadBalancerAttributeNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public LoadBalancerAttributeNotFoundException(string message) 
            : base(message) {}
          

Same methods

LoadBalancerAttributeNotFoundException::LoadBalancerAttributeNotFoundException ( Exception innerException ) : System
LoadBalancerAttributeNotFoundException::LoadBalancerAttributeNotFoundException ( System info, System context ) : 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