C# Class FP.Core.RefValidationException

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

Public Methods

Method Description
RefValidationException ( ) : System

Initializes a new instance of the RefValidationException class.

RefValidationException ( Exception innerException ) : System

Initializes a new instance of the RefValidationException class.

RefValidationException ( string message ) : System

Initializes a new instance of the RefValidationException class.

RefValidationException ( string message, Exception innerException ) : System

Initializes a new instance of the RefValidationException class.

Method Details

RefValidationException() public method

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

RefValidationException() public method

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

RefValidationException() public method

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

RefValidationException() public method

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