你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StackFrame(String, String, Int32, Int32, String) 构造函数

定义

构造 实例。

public StackFrame (string assembly, string fileName, int level, int line, string method);
new Microsoft.ApplicationInsights.DataContracts.StackFrame : string * string * int * int * string -> Microsoft.ApplicationInsights.DataContracts.StackFrame
Public Sub New (assembly As String, fileName As String, level As Integer, line As Integer, method As String)

参数

assembly
String
fileName
String
level
Int32
line
Int32
method
String

适用于