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

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

Construct instance of TooManyAccessPointsException
public TooManyAccessPointsException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public TooManyAccessPointsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

TooManyAccessPointsException::TooManyAccessPointsException ( System info, System context ) : System
TooManyAccessPointsException::TooManyAccessPointsException ( string message ) : 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