C# Class NSubstitute.Exceptions.UnexpectedArgumentMatcherException

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

Méthodes publiques

Свойство Type Description
WhatProbablyWentWrong string

Méthodes publiques

Méthode Description
UnexpectedArgumentMatcherException ( ) : System
UnexpectedArgumentMatcherException ( string message ) : System

Méthodes protégées

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

Method Details

UnexpectedArgumentMatcherException() public méthode

public UnexpectedArgumentMatcherException ( ) : System
Résultat System

UnexpectedArgumentMatcherException() protected méthode

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

UnexpectedArgumentMatcherException() public méthode

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

Property Details

WhatProbablyWentWrong public_oe static_oe property

public static string WhatProbablyWentWrong
Résultat string