ExceptionPersistenceExtension.PersistExceptions 属性

定义

获取或设置一个值,该值指示异常是否会持久保存。

public:
 property bool PersistExceptions { bool get(); void set(bool value); };
public bool PersistExceptions { get; set; }
member this.PersistExceptions : bool with get, set
Public Property PersistExceptions As Boolean

属性值

true 如果异常将持续存在,则为否则,为 false.

适用于