aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-18 21:08:20 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-18 21:08:20 +0300
commita8546bd6a769cae9a3972be94069bb4e30272f22 (patch)
treefbb2f3cf70c3d96e66193b4db6596815c340f7ee /Software/Visual_Studio/FSE/Tango.FSE.Common
parent7c9d92f398ed9bb7afb2f2c2ac851115ce3a3399 (diff)
downloadTango-a8546bd6a769cae9a3972be94069bb4e30272f22.tar.gz
Tango-a8546bd6a769cae9a3972be94069bb4e30272f22.zip
Redundant.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs
index 1a5026e8e..3c7350be7 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs
+++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs
@@ -294,8 +294,9 @@ namespace Tango.FSE.Common.Notifications
/// <param name="exception">The exception.</param>
/// <param name="title">The title.</param>
/// <param name="message">The message.</param>
+ /// <param name="messageType">The message type.</param>
/// <returns></returns>
- SnackbarItem PushErrorReportingSnackbar(Exception exception, String title, String message);
+ SnackbarItem PushErrorReportingSnackbar(Exception exception, String title, String message, MessageType messageType = MessageType.BugReport);
/// <summary>
/// Displays a indeterminate progress Snackbar. Should use <see cref="SnackbarItem.ProgressCompleted(string, TimeSpan?)"/> and <see cref="SnackbarItem.ProgressFailed(string, TimeSpan?)"/>.