Fix exception format
This commit is contained in:
Родитель
c9553d8e84
Коммит
5bf5f278a4
|
@ -91,7 +91,7 @@ namespace Microsoft.Bot.Builder.Adapters.Facebook
|
|||
{
|
||||
// Return error info -- Debug BH
|
||||
//return res.ToString();
|
||||
throw new Exception(@"SendMessageAsync(): {res.ToString()}");
|
||||
throw new Exception($"SendMessageAsync(): {res.ToString()}");
|
||||
}
|
||||
|
||||
//return string.Empty;
|
||||
|
|
Загрузка…
Ссылка в новой задаче