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

HostedZoneAlreadyExistsException() public méthode

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

Same methods

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