Share via


StackFrameInfo.ContextCode Property

Definition

Line(s) of code responsible for the error.

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

Property Value

Applies to