C# Class NSubstitute.Exceptions.CouldNotSetReturnException

Inheritance: SubstituteException
Mostra file Open project: nsubstitute/NSubstitute

Protected Methods

Method Description
CouldNotSetReturnException ( SerializationInfo info, StreamingContext context ) : System
CouldNotSetReturnException ( string s ) : System

Method Details

CouldNotSetReturnException() protected method

protected CouldNotSetReturnException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

CouldNotSetReturnException() protected method

protected CouldNotSetReturnException ( string s ) : System
s string
return System