C# 클래스 NSubstitute.Exceptions.UnexpectedArgumentMatcherException

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

공개 프로퍼티들

프로퍼티 타입 설명
WhatProbablyWentWrong string

공개 메소드들

메소드 설명
UnexpectedArgumentMatcherException ( ) : System
UnexpectedArgumentMatcherException ( string message ) : System

보호된 메소드들

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

메소드 상세

UnexpectedArgumentMatcherException() 공개 메소드

public UnexpectedArgumentMatcherException ( ) : System
리턴 System

UnexpectedArgumentMatcherException() 보호된 메소드

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

UnexpectedArgumentMatcherException() 공개 메소드

public UnexpectedArgumentMatcherException ( string message ) : System
message string
리턴 System

프로퍼티 상세

WhatProbablyWentWrong 공개적으로 정적으로 프로퍼티

public static string WhatProbablyWentWrong
리턴 string