Amazon.ElasticLoadBalancing.Model.TooManyAccessPointsException.TooManyAccessPointsException C# (CSharp) Метод

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

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

Same methods

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