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

HostedZoneNotFoundException() public méthode

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

Same methods

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