Amazon.DatabaseMigrationService.Model.InvalidSubnetException.InvalidSubnetException C# (CSharp) Méthode

InvalidSubnetException() public méthode

Construct instance of InvalidSubnetException
public InvalidSubnetException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Résultat System
        public InvalidSubnetException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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