3 references to EXCEPTIONDATAKEY_DATAFLOWMESSAGEVALUE
System.Threading.Tasks.Dataflow (3)
Internal\Common.cs (3)
245
StoreStringIntoExceptionData(exc, Common.
EXCEPTIONDATAKEY_DATAFLOWMESSAGEVALUE
, strValue);
256
StoreStringIntoExceptionData(innerException, Common.
EXCEPTIONDATAKEY_DATAFLOWMESSAGEVALUE
, strValue);
262
StoreStringIntoExceptionData(exc.InnerException, Common.
EXCEPTIONDATAKEY_DATAFLOWMESSAGEVALUE
, strValue);