Amazon.Route53.Model.VPCAssociationNotFoundException.VPCAssociationNotFoundException C# (CSharp) Метод

VPCAssociationNotFoundException() публичный Метод

Construct instance of VPCAssociationNotFoundException
public VPCAssociationNotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public VPCAssociationNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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