C# Class NSubstitute.Exceptions.ReceivedCallsException

Inheritance: SubstituteException
Afficher le fichier Open project: nsubstitute/NSubstitute Class Usage Examples

Méthodes publiques

Méthode Description
ReceivedCallsException ( ) : System
ReceivedCallsException ( string message ) : System
ReceivedCallsException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

ReceivedCallsException() public méthode

public ReceivedCallsException ( ) : System
Résultat System

ReceivedCallsException() protected méthode

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

ReceivedCallsException() public méthode

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

ReceivedCallsException() public méthode

public ReceivedCallsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System