Amazon.ElasticLoadBalancingV2.Model.TooManyTargetsException.TooManyTargetsException C# (CSharp) Метод

TooManyTargetsException() публичный Метод

Construct instance of TooManyTargetsException
public TooManyTargetsException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public TooManyTargetsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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