C# Class NSubstitute.Exceptions.CanNotPartiallySubForInterfaceOrDelegateException

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

Méthodes publiques

Méthode Description
CanNotPartiallySubForInterfaceOrDelegateException ( Type type ) : System

Méthodes protégées

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

Private Methods

Méthode Description
DescribeProblem ( Type type ) : string

Method Details

CanNotPartiallySubForInterfaceOrDelegateException() protected méthode

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

CanNotPartiallySubForInterfaceOrDelegateException() public méthode

public CanNotPartiallySubForInterfaceOrDelegateException ( Type type ) : System
type System.Type
Résultat System