The members of System.Security.HostProtectionException are listed below.
See Also: Inherited members from System.SystemException
Initializes a new instance of the System.Security.HostProtectionException class with default values. | ||
Initializes a new instance of the System.Security.HostProtectionException class with a specified error message. | ||
Initializes a new instance of the System.Security.HostProtectionException class with a specified error message and a reference to the inner exception that is the cause of this exception. | ||
Initializes a new instance of the System.Security.HostProtectionException class with a specified error message, the protected host resources, and the host resources that caused the exception to be thrown. |
Initializes a new instance of the System.Security.HostProtectionException class using the provided serialization information and streaming context. |
[read-only] | DemandedResources | System.Security.Permissions.HostProtectionResource.
Gets or sets the demanded host protection resources that caused the exception to be thrown. |
[read-only] | ProtectedResources | System.Security.Permissions.HostProtectionResource.
Gets or sets the host protection resources that are inaccessible to partially trusted code. |
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
| |
override | ToString()
|