ProcessCommandException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Standard constructor. |
ProcessCommandException(String) |
Standard constructor. |
Properties
ProcessName |
Name of the process which could not be found or operated upon. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializer |