Specifies action what is done if requested action exceeds maximum allowed size.
| C# | Visual Basic | Managed C++ |
public enum SizeExceededAction
Public Enumeration SizeExceededAction
public enum class SizeExceededAction
| Member | Description |
|---|---|
| ThrowException |
Throws exception at once when maximum size exceeded.
|
| JunkAndThrowException |
Junks all data what exceeds maximum allowed size and after requested operation completes,
throws exception.
|
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)