Specifies the behaviour for handling exceptions.
[DefaultValue(ProcessExceptionBehaviour.AllowExceptionsIfUnexpected)]
public enum ProcessExceptionBehaviour
kind:method, kind:property, kind:ctor. Press Esc to clear.AllowExceptionsAllow .NET to throw the exception if expected.AllowExceptionsIfUnexpectedAllows the exception to be thrown if it is unexpected.SuppressExceptionsSuppresses thrown exceptions.