SCOrchDev-Exception
2.1.0.0
Used for wrapping and handling custom exceptions.
This is designed to make good error handling routines for enterprise automation like what is written for SMA.
Using this library you can make routines (like below) that behave consistantly in PowerShell and PowerShell worfklow.
The module also has functions for throwing meaningful errors to any PowerShell stream o
This is designed to make good error handling routines for enterprise automation like what is written for SMA.
Using this library you can make routines (like below) that behave consistantly in PowerShell and PowerShell worfklow.
The module also has functions for throwing meaningful errors to any PowerShell stream o
Used for wrapping and handling custom exceptions.
This is designed to make good error handling routines for enterprise automation like what is written for SMA.
Using this library you can make routines (like below) that behave consistantly in PowerShell and PowerShell worfklow.
The module also has functions for throwing meaningful errors to any PowerShell stream or converting an exception to a
string for usage in other functions.
Show more
This is designed to make good error handling routines for enterprise automation like what is written for SMA.
Using this library you can make routines (like below) that behave consistantly in PowerShell and PowerShell worfklow.
The module also has functions for throwing meaningful errors to any PowerShell stream or converting an exception to a
string for usage in other functions.
Installation Options
Owners
Copyright
(c) SCOrchDev. All rights reserved.
Package Details
Author(s)
- Ryan Andorfer
Functions
Write-Exception New-Exception Convert-ExceptionToString Get-ExceptionInfo Select-CustomException Select-RelevantException Throw-Exception
Dependencies
This module has no dependencies.
FileList
- SCOrchDev-Exception.nuspec
- LICENSE
- README.md
- SCOrchDev-Exception.psd1
- SCOrchDev-Exception.psm1
- SCOrchDev-Exception.tests.ps1