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

DBSecurityGroupNotFoundException() public method

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

Same methods

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