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
Show file Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ThrownException ( ) : System

ThrownException ( IThrownException thrownException ) : System

Method Details

ThrownException() public method

public ThrownException ( ) : System
return System

ThrownException() public method

public ThrownException ( IThrownException thrownException ) : System
thrownException IThrownException
return System