C# Class Tp.Utils.Sys.ProcessTimeOutException

Inheritance: System.ApplicationException
Datei anzeigen Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
ProcessTimeOutException ( string message ) : System

Creates new instance of this class.

ProcessTimeOutException ( string message, Exception innerException ) : System

Creates new instance of this class.

Method Details

ProcessTimeOutException() public method

Creates new instance of this class.
public ProcessTimeOutException ( string message ) : System
message string Error message
return System

ProcessTimeOutException() public method

Creates new instance of this class.
public ProcessTimeOutException ( string message, Exception innerException ) : System
message string Error message.
innerException System.Exception Inner exception.
return System