FindMyFiles
FindMyFiles.Engine
EngineUnavailableException Class
The engine transport is down (pipe disconnected, request timed out, service not running). Pending requests fail fast with this; the supervisor keeps reconnecting in the background.
public sealed class EngineUnavailableException : System.Exception
Inheritance System.Object → System.Exception → EngineUnavailableException
Constructors
EngineUnavailableException(string) Constructor
The engine transport is down (pipe disconnected, request timed out, service not running). Pending requests fail fast with this; the supervisor keeps reconnecting in the background.
public EngineUnavailableException(string message);
Parameters
message System.String
Human-readable description of which transport failure occurred.