Windows apps
Collapse the table of content
Expand the table of content
Information
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::Zone Property

 

Gets or sets the zone of the assembly that caused the exception.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
property SecurityZone Zone {
	SecurityZone get();
	void set(SecurityZone value);
}

Property Value

Type: System.Security::SecurityZone

One of the SecurityZone values that identifies the zone of the assembly that caused the exception.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft