FileNotFoundException.FusionLog 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取日志文件,该文件描述加载程序集失败的原因。
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
属性值
由程序集缓存报告的错误。
例外
调用方没有所要求的权限。