通过


HttpParseException.FileName 属性

定义

获取发生错误时要分析的文件的名称。

public:
 property System::String ^ FileName { System::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String

属性值

发生错误时要分析的源文件的物理路径;否则,如果物理路径为 < a0/>, 则为

注解

FileName 属性返回源文件的物理路径,除非物理路径为 null,否则返回该 null路径。

适用于