ProcessCommandException Class

Definition

Non-terminating errors occurring in the process noun commands.

public ref class ProcessCommandException : SystemException
[System.Serializable]
public class ProcessCommandException : SystemException
public class ProcessCommandException : SystemException
[<System.Serializable>]
type ProcessCommandException = class
    inherit SystemException
type ProcessCommandException = class
    inherit SystemException
Public Class ProcessCommandException
Inherits SystemException
Inheritance
ProcessCommandException
Attributes

Constructors

ProcessCommandException()

Unimplemented standard constructor.

ProcessCommandException(SerializationInfo, StreamingContext)
Obsolete.

Serialization constructor.

ProcessCommandException(String)

Standard constructor.

ProcessCommandException(String, Exception)

Standard constructor.

Properties

ProcessName

Name of the process which could not be found or operated upon.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer

Applies to