CmdletProviderInvocationException
Class
Definition
Indicates that a cmdlet hit a terminating error of type ProviderInvocationException. This is generally reported from the standard provider navigation cmdlets such as get-childitem.
public class CmdletProviderInvocationException : System.Management.Automation.CmdletInvocationException
- Inheritance
Inherited Members
System.Management.Automation.CmdletInvocationException
System.Management.Automation.RuntimeException
Constructors
| CmdletProviderInvocationException() |
Instantiates a new instance of the CmdletProviderInvocationException class |
| CmdletProviderInvocationException(String) |
Instantiates a new instance of the CmdletProviderInvocationException class |
| CmdletProviderInvocationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CmdletProviderInvocationException class using data serialized via ISerializable |
| CmdletProviderInvocationException(String, Exception) |
Instantiates a new instance of the CmdletProviderInvocationException class |
Properties
| ProviderInfo |
This is the ProviderInfo associated with the provider which generated the error. |
| ProviderInvocationException |
InnerException as ProviderInvocationException |