CmdletInvocationException Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that a cmdlet hit a terminating error.
public ref class CmdletInvocationException : System::Management::Automation::RuntimeException
[System.Serializable]
public class CmdletInvocationException : System.Management.Automation.RuntimeException
public class CmdletInvocationException : System.Management.Automation.RuntimeException
[<System.Serializable>]
type CmdletInvocationException = class
inherit RuntimeException
type CmdletInvocationException = class
inherit RuntimeException
Public Class CmdletInvocationException
Inherits RuntimeException
- Inheritance
- Derived
- Attributes
InnerException is the error which the cmdlet hit.
Cmdlet |
Instantiates a new instance of the CmdletInvocationException class. |
Cmdlet |
Obsolete.
Initializes a new instance of the CmdletInvocationException class using data serialized via ISerializable |
Cmdlet |
Instantiates a new instance of the CmdletInvocationException class. |
Cmdlet |
Instantiates a new instance of the CmdletInvocationException class. |
Error |
The error reported by the cmdlet. |
Was |
(Inherited from RuntimeException) |
Get |
Serializer for ISerializable |
Get |
Serializer for ISerializable (Inherited from RuntimeException) |
Proizvod | Verzije |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |