Specifies action what is done if requested action exceeds maximum allowed size.
| C# | Visual Basic | Visual C++ | F# |
public enum SizeExceededAction
Public Enumeration SizeExceededAction
public enum class SizeExceededAction
type 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 (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119