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

PublicZoneVPCAssociationException() public méthode

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

Same methods

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