RecordNotFoundException Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| RecordNotFoundException Constructor() | Initializes a new instance of the RecordNotFoundException class |
| RecordNotFoundException Constructor(String) | Initializes a new instance of the RecordNotFoundException class with a specified error message. |
| RecordNotFoundException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the RecordNotFoundException class with serialized data. |
| RecordNotFoundException Constructor(String,Exception) | Initializes a new instance of the RecordNotFoundException class with a specified error message. |