C# Class NSubstitute.Exceptions.UnexpectedArgumentMatcherException

Inheritance: SubstituteException
Mostrar archivo Open project: nsubstitute/NSubstitute

Public Properties

Property Type Description
WhatProbablyWentWrong string

Public Methods

Method Description
UnexpectedArgumentMatcherException ( ) : System
UnexpectedArgumentMatcherException ( string message ) : System

Protected Methods

Method Description
UnexpectedArgumentMatcherException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UnexpectedArgumentMatcherException() public method

public UnexpectedArgumentMatcherException ( ) : System
return System

UnexpectedArgumentMatcherException() protected method

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

UnexpectedArgumentMatcherException() public method

public UnexpectedArgumentMatcherException ( string message ) : System
message string
return System

Property Details

WhatProbablyWentWrong public_oe static_oe property

public static string WhatProbablyWentWrong
return string