C# Class NSubstitute.Exceptions.ArgumentNotFoundException

Inheritance: SubstituteException
Mostra file Open project: nsubstitute/NSubstitute

Public Methods

Method Description
ArgumentNotFoundException ( string message ) : System

Protected Methods

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

Method Details

ArgumentNotFoundException() protected method

protected ArgumentNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

ArgumentNotFoundException() public method

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