Commit 3dad4bd2 authored by Nick Craver's avatar Nick Craver

Cleanup: error event args

parent 0ff068e9
...@@ -20,6 +20,7 @@ internal InternalErrorEventArgs(EventHandler<InternalErrorEventArgs> handler, ob ...@@ -20,6 +20,7 @@ internal InternalErrorEventArgs(EventHandler<InternalErrorEventArgs> handler, ob
Exception = exception; Exception = exception;
Origin = origin; Origin = origin;
} }
/// <summary> /// <summary>
/// Gets the connection-type of the failing connection /// Gets the connection-type of the failing connection
/// </summary> /// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment