PexExceptionValidatorAttributeBase.TrimStackTraceBeforeContractRuntime Property

Definition

Gets or sets a value indicating whether the filtered stack trace should be cut before the first call to the Code Contract runtime method

protected:
 property bool TrimStackTraceBeforeContractRuntime { bool get(); void set(bool value); };
protected bool TrimStackTraceBeforeContractRuntime { get; set; }
member this.TrimStackTraceBeforeContractRuntime : bool with get, set
Protected Property TrimStackTraceBeforeContractRuntime As Boolean

Property Value

Returns Boolean.

Applies to