InvalidPSJobStateException Constructor (String, Exception)

Namespace: System.Management.Automation
Assembly: System.Management.Automation (in system.management.automation.dll)

Usage

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public InvalidPSJobStateException (
    string message,
    Exception innerException
)
public:
InvalidPSJobStateException (
    String^ message, 
    Exception^ innerException
)
public InvalidPSJobStateException (
    String message, 
    Exception innerException
)
public function InvalidPSJobStateException (
    message : String, 
    innerException : Exception
)

Parameters

  • message
  • innerException

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP

See Also

Reference

InvalidPSJobStateException Class
InvalidPSJobStateException Members
System.Management.Automation Namespace