RecordNotFoundException Constructor(String,Exception)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new instance of the RecordNotFoundException class with a specified error message.
public RecordNotFoundException(
string message,
Exception innerException
)
public:
RecordNotFoundException(
String^ message,
Exception^ innerException
)
Parameters
- message
- Exception Message
- innerException
- The inner exception