C# 클래스 NSubstitute.Exceptions.CanNotPartiallySubForInterfaceOrDelegateException

상속: SubstituteException
파일 보기 프로젝트 열기: nsubstitute/NSubstitute

공개 메소드들

메소드 설명
CanNotPartiallySubForInterfaceOrDelegateException ( Type type ) : System

보호된 메소드들

메소드 설명
CanNotPartiallySubForInterfaceOrDelegateException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
DescribeProblem ( Type type ) : string

메소드 상세

CanNotPartiallySubForInterfaceOrDelegateException() 보호된 메소드

protected CanNotPartiallySubForInterfaceOrDelegateException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

CanNotPartiallySubForInterfaceOrDelegateException() 공개 메소드

public CanNotPartiallySubForInterfaceOrDelegateException ( Type type ) : System
type System.Type
리턴 System