C# Class Microsoft.Cci.MutableContracts.ThrownException

An exception that can be thrown by the associated method, along with a possibly empty list of postconditions that are true when that happens.
Inheritance: IThrownException
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ThrownException ( ) : System

ThrownException ( IThrownException thrownException ) : System

Method Details

ThrownException() public méthode

public ThrownException ( ) : System
Résultat System

ThrownException() public méthode

public ThrownException ( IThrownException thrownException ) : System
thrownException IThrownException
Résultat System