HostProtectionException Constructor
.NET Framework 3.5
Initializes a new instance of the HostProtectionException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
HostProtectionException() | Initializes a new instance of the HostProtectionException class with default values. |
|
HostProtectionException(String) | Initializes a new instance of the HostProtectionException class with a specified error message. |
|
HostProtectionException(SerializationInfo, StreamingContext) | Initializes a new instance of the HostProtectionException class using the provided serialization information and streaming context. |
|
HostProtectionException(String, Exception) | Initializes a new instance of the HostProtectionException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
HostProtectionException(String, HostProtectionResource, HostProtectionResource) | Initializes a new instance of the HostProtectionException class with a specified error message, the protected host resources, and the host resources that caused the exception to be thrown. |