ProcessException

An exception that signals a problem with starting or waiting for a process.

class ProcessException : Exception {}

Mixed In Members

From mixin basicExceptionCtors

this
this(string msg, string file, size_t line, Throwable next)
this
this(string msg, Throwable next, string file, size_t line)

Meta

Suggestion Box / Bug Report