ExceptionArgument enum ExceptionArgument Documentation Code namespace System { internal enum ExceptionArgument { task, source, state } }