StackFrame.PostContextCode 属性

定义

实际错误行后的代码行 () 。

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

属性值

适用于