Microsoft.Cci.MutableContracts.ThrownException.ThrownException C# (CSharp) Méthode

ThrownException() public méthode

public ThrownException ( ) : System
Résultat System
    public ThrownException() {
      this.exceptionType = Dummy.TypeReference;
      this.postcondition = ContractDummy.Postcondition;
    }

Same methods

ThrownException::ThrownException ( IThrownException thrownException ) : System
ThrownException