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

DuplicateLoadBalancerNameException() private method

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

Same methods

DuplicateLoadBalancerNameException::DuplicateLoadBalancerNameException ( Exception innerException ) : System
DuplicateLoadBalancerNameException::DuplicateLoadBalancerNameException ( string message, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
DuplicateLoadBalancerNameException::DuplicateLoadBalancerNameException ( string message, Exception innerException ) : System
DuplicateLoadBalancerNameException::DuplicateLoadBalancerNameException ( string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
DuplicateLoadBalancerNameException