Amazon.Route53.Model.HealthCheckAlreadyExistsException.HealthCheckAlreadyExistsException C# (CSharp) Méthode

HealthCheckAlreadyExistsException() public méthode

Construct instance of HealthCheckAlreadyExistsException
public HealthCheckAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public HealthCheckAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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