C# Class NSubstitute.Exceptions.NotASubstituteException

Inheritance: SubstituteException
Mostra file Open project: nsubstitute/NSubstitute

Public Methods

Method Description
NotASubstituteException ( ) : System

Protected Methods

Method Description
NotASubstituteException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NotASubstituteException() public method

public NotASubstituteException ( ) : System
return System

NotASubstituteException() protected method

protected NotASubstituteException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System