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

适用于