Amazon.RDS.Model.InvalidDBSubnetGroupStateException.InvalidDBSubnetGroupStateException C# (CSharp) Method

InvalidDBSubnetGroupStateException() public method

Construct instance of InvalidDBSubnetGroupStateException
public InvalidDBSubnetGroupStateException ( Exception innerException ) : System
innerException System.Exception
return System
        public InvalidDBSubnetGroupStateException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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