diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/RequestFailedEventArgs.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Transport/RequestFailedEventArgs.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/RequestFailedEventArgs.cs b/Software/Visual_Studio/Tango.Transport/RequestFailedEventArgs.cs deleted file mode 100644 index dfbb24a6f..000000000 --- a/Software/Visual_Studio/Tango.Transport/RequestFailedEventArgs.cs +++ /dev/null @@ -1,22 +0,0 @@ -using Google.Protobuf; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Tango.Transport -{ - public class RequestFailedEventArgs : EventArgs - { - public IMessage Message { get; set; } - - public Exception Exception { get; set; } - - public RequestFailedEventArgs(IMessage message, Exception exception) - { - Message = message; - Exception = exception; - } - } -} |
