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

DBSubnetGroupNotFoundException() public method

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

Same methods

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