Click or drag to resize

logContentExceptionsFlags Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
[FlagsAttribute]
public enum logContentExceptionsFlags
Request Example View Source
Members
  Member nameValueDescription
ArgumentNullException0
ArgumentException1
InvalidOperationException2
FileNotFoundException4
IndexOutOfRangeException8
NullReferenceException16
ArgumentOutOfRangeException32
ParserError64
StackOverflowException128
TypeAccessException256
PathTooLongException512
OverflowException1024
UnhandledException2028
See Also