Class HostProtectionException
Inheritance
System.Object
HostProtectionException
Assembly: IronZip.dll
Syntax
public class HostProtectionException : SystemException
Constructors
HostProtectionException()
Declaration
public HostProtectionException()
HostProtectionException(SerializationInfo, StreamingContext)
Declaration
protected HostProtectionException(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| System.Runtime.Serialization.SerializationInfo |
info |
|
| System.Runtime.Serialization.StreamingContext |
context |
|
HostProtectionException(String)
Declaration
public HostProtectionException(string message)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
HostProtectionException(String, Exception)
Declaration
public HostProtectionException(string message, Exception e)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
| System.Exception |
e |
|
HostProtectionException(String, HostProtectionResource, HostProtectionResource)
Declaration
public HostProtectionException(string message, HostProtectionResource protectedResources, HostProtectionResource demandedResources)
Parameters
Properties
DemandedResources
Declaration
public HostProtectionResource DemandedResources { get; }
Property Value
ProtectedResources
Declaration
public HostProtectionResource ProtectedResources { get; }
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| System.Runtime.Serialization.SerializationInfo |
info |
|
| System.Runtime.Serialization.StreamingContext |
context |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|