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

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

Construct instance of VPCAssociationNotFoundException
public VPCAssociationNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public VPCAssociationNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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