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: