This topic has not yet been rated - Rate this topic

PSInvalidOperationException Class

The exception thrown when an operation that is not valid is requested.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim instance As PSInvalidOperationException

[SerializableAttribute] 
public class PSInvalidOperationException : InvalidOperationException, IContainsErrorRecord
/** @attribute SerializableAttribute() */ 
public class PSInvalidOperationException extends InvalidOperationException implements IContainsErrorRecord
SerializableAttribute 
public class PSInvalidOperationException extends InvalidOperationException implements IContainsErrorRecord

This class is a wrapper for the InvalidOperationException class. It provides additional information through its implementation of the IContainsErrorRecord interface.

Although cmdlets may need to catch this exception, instances of this exception class are usually generated by the Windows PowerShell runtime. It is unusual for code outside the Windows PowerShell runtime to create an instance of this class.


System.Object
   System.Exception
     System.SystemException
       System.InvalidOperationException
         System.Management.Automation.PSInvalidOperationException
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.