C# Class NSubstitute.Exceptions.SubstituteInternalException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

SubstituteInternalException() public méthode

public SubstituteInternalException ( ) : System
Résultat System

SubstituteInternalException() protected méthode

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

SubstituteInternalException() public méthode

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

SubstituteInternalException() public méthode

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