C# Class FP.Core.RefValidationException

Inheritance: System.ArgumentException
Afficher le fichier Open project: lukesandberg/PexFaultLocalization

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the RefValidationException class.
public RefValidationException ( ) : System
Résultat System

RefValidationException() public méthode

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

RefValidationException() public méthode

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

RefValidationException() public méthode

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.
Résultat System