The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FileNotFoundException::FusionLog Property
.NET Framework (current version)
Gets the log file that describes why loading of an assembly failed.
Assembly: mscorlib (in mscorlib.dll)
public: property String^ FusionLog { [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::NoFlags | SecurityPermissionFlag::ControlEvidence | SecurityPermissionFlag::ControlPolicy)] String^ 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: