Amazon.ElasticLoadBalancingV2.Model.TooManyTargetGroupsException.TooManyTargetGroupsException C# (CSharp) Method

TooManyTargetGroupsException() public method

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

Same methods

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