CrossThreadLockingException Constructor(String,Exception)
- Last UpdatedApr 08, 2026
- 1 minute read
Constructor accepting a specific exception message, and an inner exception.
public CrossThreadLockingException(
string message,
Exception innerException
)
public:
CrossThreadLockingException(
String^ message,
Exception^ innerException
)
Parameters
- message
- The exception message.
- innerException
- The inner exception.