SecureZipPolicy.ResourceLimitViolationEventArgs Properties
Contains data for the ResourceLimitViolation event.| Name | Description |
|---|---|
| Exception | Gets the exception associated with the resource limit violation. |
| Limits | Gets violated resource limits. |
| Throw | Gets or sets whether the exception should be thrown after the event occurs. |
| ViolationCode | Gets code that identifies which resource limit was violated. |
See Also