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.
SecurityException::Url Property
.NET Framework (current version)
Gets or sets the URL of the assembly that caused the exception.
Assembly: mscorlib (in mscorlib.dll)
public: property String^ Url { [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::NoFlags | SecurityPermissionFlag::ControlEvidence | SecurityPermissionFlag::ControlPolicy)] String^ get(); void set(String^ value); }
SecurityPermission
for the ability to provide evidence and view and modify policy. Associated enumerations: SecurityPermissionFlag::ControlEvidence, SecurityPermissionFlag::ControlPolicy Security action: Demand
.NET Framework
Available since 2.0
Available since 2.0
Show: