diff --git a/Apewer/Web/ApiOptions.cs b/Apewer/Web/ApiOptions.cs
index 9fd1c25..3e8b3ef 100644
--- a/Apewer/Web/ApiOptions.cs
+++ b/Apewer/Web/ApiOptions.cs
@@ -94,8 +94,8 @@ namespace Apewer.Web
public bool WithDuration { get; set; } = false;
/// 允许响应中包含 Exception 对象的属性。
- /// 默认值:不允许。
- public bool WithException { get; set; } = false;
+ /// 默认值:允许。
+ public bool WithException { get; set; } = true;
/// 允许输出 Application 列表时包含模块名称。
/// 默认值:不包含。