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

Name Description
ProcessCommandException()

Unimplemented standard constructor.

ProcessCommandException(SerializationInfo, StreamingContext)
Obsolete.

Serialization constructor.

ProcessCommandException(String, Exception)

Standard constructor.

ProcessCommandException(String)

Standard constructor.

Properties

Name Description
ProcessName

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

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serializer

Applies to