BLTException Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| BLTException Constructor() | Initializes a new BLTException instance. |
| BLTException Constructor(String,Exception) | Initializes a new BLTException instance with a specified message and the innerException. |
| BLTException Constructor(String) | Initializes a new BLTException instance with the specified message. |
| BLTException Constructor(SerializationInfo,StreamingContext) | Initializes a new BLTException instance with the specified serialInfo and context. |