PexExceptionValidatorAttributeBase.TrimStackTraceBeforeContractRuntime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.