BLTException Constructor(String,Exception)
- Last UpdatedApr 08, 2026
- 1 minute read
public BLTException(
string message,
Exception innerException
)
public:
BLTException(
String^ message,
Exception^ innerException
)
Parameters
- message
- The specified error message.
- innerException
- The inner exception.