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

TooManyRegistrationsForTargetIdException() 공개 메소드

Construct instance of TooManyRegistrationsForTargetIdException
public TooManyRegistrationsForTargetIdException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public TooManyRegistrationsForTargetIdException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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