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

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

Constructs a new TooManyTargetsException with the specified error message.
public TooManyTargetsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public TooManyTargetsException(string message) 
            : base(message) {}
          

Same methods

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