C# Class NSubstitute.Exceptions.ArgumentNotFoundException

Inheritance: SubstituteException
Afficher le fichier Open project: nsubstitute/NSubstitute

Méthodes publiques

Méthode Description
ArgumentNotFoundException ( string message ) : System

Méthodes protégées

Méthode Description
ArgumentNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ArgumentNotFoundException() protected méthode

protected ArgumentNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

ArgumentNotFoundException() public méthode

public ArgumentNotFoundException ( string message ) : System
message string
Résultat System