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

DBSubnetGroupNotAllowedException() public method

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

Same methods

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