HostProtectionException Constructor ()

 

Initializes a new instance of the HostProtectionException class with default values.

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

public:
HostProtectionException()

The following table shows the initial property values for an instance of the HostProtectionException class.

Property

Value

ProtectedResources

HostProtectionResource::None

DemandedResources

HostProtectionResource::None

.NET Framework
Available since 2.0
Return to top
Show: