Click or drag to resize

ProcessExecutionFailedException Class

This exception class is used to describe a failed process execution. This class contains the command line, which started the process, the exit code of the failed process and optionally the process output.
Inheritance Hierarchy
SystemObject
  SystemException
    Mastersign.BenchProcessExecutionFailedException

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class ProcessExecutionFailedException : Exception

The ProcessExecutionFailedException type exposes the following members.

Constructors
  NameDescription
Public methodProcessExecutionFailedException
Initializes a new instance of ProcessExecutionFailedException.
Top
Properties
  NameDescription
Public propertyCommandLine
The command line, which started the process.
Public propertyData (Inherited from Exception.)
Public propertyExitCode
The exit code of the process.
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyProcessOutput
The output of the process, or null.
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also