FileLoadException.FusionLog Property
.NET Framework (current version)
Gets the log file that describes why an assembly load failed.
Assembly: mscorlib (in mscorlib.dll)
public string FusionLog { [SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.NoFlags | SecurityPermissionFlag.ControlEvidence | SecurityPermissionFlag.ControlPolicy)] get; }
| Exception | Condition |
|---|---|
| SecurityException | The caller does not have the required permission. |
SecurityPermission
to provide evidence and view and modify policy. Associated enumerations: SecurityPermissionFlag.ControlEvidence, SecurityPermissionFlag.ControlPolicy.
.NET Framework
Available since 1.1
Available since 1.1
Show: