C# Class NSubstitute.Exceptions.NullSubstituteReferenceException

Inheritance: NotASubstituteException
Mostra file Open project: nsubstitute/NSubstitute

Public Methods

Method Description
NullSubstituteReferenceException ( ) : System

Protected Methods

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

Method Details

NullSubstituteReferenceException() public method

public NullSubstituteReferenceException ( ) : System
return System

NullSubstituteReferenceException() protected method

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