We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d597c commit 5034e7fCopy full SHA for 5034e7f
src/Neo/Plugins/Plugin.cs
@@ -70,7 +70,7 @@ public abstract class Plugin : IDisposable
70
71
/// <summary>
72
/// If the plugin should be stopped when an exception is thrown.
73
- /// Default is <see langword="true"/>.
+ /// Default is StopNode.
74
/// </summary>
75
protected internal virtual UnhandledExceptionPolicy ExceptionPolicy { get; init; } = UnhandledExceptionPolicy.StopNode;
76
0 commit comments