Disable D365Exception - FH-Inway/d365fo.tools GitHub Wiki
Disables throwing of exceptions
Disable-D365Exception [<CommonParameters>]
Restore the default exception behavior of the module to not support throwing exceptions
Useful when the default behavior was changed with Enable-D365Exception and the default behavior should be restored
Disable-D365Exception
This will restore the default behavior of the module to not support throwing exceptions.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: Exception, Exceptions, Warning, Warnings
Author: Florian Hopfner (@FH-Inway)