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

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

Constructs a new VPCAssociationNotFoundException with the specified error message.
public VPCAssociationNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public VPCAssociationNotFoundException(string message) 
            : base(message) {}
          

Same methods

VPCAssociationNotFoundException::VPCAssociationNotFoundException ( Exception innerException ) : System
VPCAssociationNotFoundException::VPCAssociationNotFoundException ( System info, System context ) : 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