C# Class NSubstitute.Exceptions.ArgumentIsNotOutOrRefException

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

Méthodes publiques

Méthode Description
ArgumentIsNotOutOrRefException ( int argumentIndex, Type argumentType ) : System

Méthodes protégées

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

Method Details

ArgumentIsNotOutOrRefException() protected méthode

protected ArgumentIsNotOutOrRefException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ArgumentIsNotOutOrRefException() public méthode

public ArgumentIsNotOutOrRefException ( int argumentIndex, Type argumentType ) : System
argumentIndex int
argumentType System.Type
Résultat System