Amazon.DatabaseMigrationService.Model.ReplicationSubnetGroupDoesNotCoverEnoughAZsException.ReplicationSubnetGroupDoesNotCoverEnoughAZsException C# (CSharp) Method

ReplicationSubnetGroupDoesNotCoverEnoughAZsException() public method

Constructs a new ReplicationSubnetGroupDoesNotCoverEnoughAZsException with the specified error message.
public ReplicationSubnetGroupDoesNotCoverEnoughAZsException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public ReplicationSubnetGroupDoesNotCoverEnoughAZsException(string message) 
            : base(message) {}
          

Same methods

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