C# Class FP.Core.CPS.ActionFailureException

Inheritance: System.Exception
Show file Open project: lukesandberg/PexFaultLocalization

Public Methods

Method Description
ActionFailureException ( ) : System

Initializes a new instance of the ActionFailureException class.

ActionFailureException ( Exception innerException ) : System

Initializes a new instance of the ActionFailureException class.

ActionFailureException ( string message ) : System

Initializes a new instance of the ActionFailureException class.

ActionFailureException ( string message, Exception innerException ) : System

Initializes a new instance of the ActionFailureException class.

Method Details

ActionFailureException() public method

Initializes a new instance of the ActionFailureException class.
public ActionFailureException ( ) : System
return System

ActionFailureException() public method

Initializes a new instance of the ActionFailureException class.
public ActionFailureException ( Exception innerException ) : System
innerException System.Exception The inner exception.
return System

ActionFailureException() public method

Initializes a new instance of the ActionFailureException class.
public ActionFailureException ( string message ) : System
message string The message.
return System

ActionFailureException() public method

Initializes a new instance of the ActionFailureException class.
public ActionFailureException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System