StackFrameInfo.PreContextCode 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.
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)