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

VPCAssociationAuthorizationNotFoundException() public méthode

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

Same methods

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