Microsoft.Cci.MutableContracts.ThrownException.ThrownException C# (CSharp) Method

ThrownException() public method

public ThrownException ( IThrownException thrownException ) : System
thrownException IThrownException
return System
    public ThrownException(IThrownException thrownException) {
      this.exceptionType = thrownException.ExceptionType;
      this.postcondition = thrownException.Postcondition;
    }

Same methods

ThrownException::ThrownException ( ) : System
ThrownException