You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pragma warning restore CA2254// Template should be a static expression
128
+
}
129
+
130
+
returnthis;
131
+
}
132
+
113
133
/// <summary>
114
134
/// Appends an exception to the error message collection and logs the full exception as an Error <see cref="LogEventLevel"/> level. A call to this method will set the Success property to false.
115
135
/// </summary>
@@ -139,26 +159,6 @@ public OperationResult AppendException(Exception exception, int errorCode = 0, L
0 commit comments