StackFrame.PreContextCode Property

Definition

Lines of code before the actual error line(s).

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ PreContextCode { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> PreContextCode { get; set; }
member this.PreContextCode : seq<string> with get, set
Public Property PreContextCode As IEnumerable(Of String)

Property Value

Applies to