Class PolicyException
Inheritance
System.Object
PolicyException
Assembly: IronZip.dll
Syntax
public class PolicyException : SystemException
Constructors
PolicyException()
Declaration
PolicyException(SerializationInfo, StreamingContext)
Declaration
protected PolicyException(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| System.Runtime.Serialization.SerializationInfo |
info |
|
| System.Runtime.Serialization.StreamingContext |
context |
|
PolicyException(String)
Declaration
public PolicyException(string message)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
PolicyException(String, Exception)
Declaration
public PolicyException(string message, Exception exception)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
| System.Exception |
exception |
|