C# 클래스 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.
상속: IThrownException
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ThrownException ( ) : System

ThrownException ( IThrownException thrownException ) : System

메소드 상세

ThrownException() 공개 메소드

public ThrownException ( ) : System
리턴 System

ThrownException() 공개 메소드

public ThrownException ( IThrownException thrownException ) : System
thrownException IThrownException
리턴 System