Amazon.DatabaseMigrationService.Model.ReplicationSubnetGroupDoesNotCoverEnoughAZsException.ReplicationSubnetGroupDoesNotCoverEnoughAZsException C# (CSharp) Метод

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

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

Same methods

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