FileLoadException.FusionLog 属性

定义

获取描述程序集加载失败的原因的日志文件。Gets the log file that describes why an assembly load failed.

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

属性值

String

一个 String,包含由程序集缓存报告的错误。A string containing errors reported by the assembly cache.

例外

调用方没有所要求的权限。The caller does not have the required permission.

适用于