Amazon.ElasticLoadBalancingV2.Model.TooManyTargetGroupsException.TooManyTargetGroupsException C# (CSharp) 메소드

TooManyTargetGroupsException() 공개 메소드

Construct instance of TooManyTargetGroupsException
public TooManyTargetGroupsException ( Exception innerException ) : System
innerException System.Exception
리턴 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