C# Class NSubstitute.Exceptions.CanNotPartiallySubForInterfaceOrDelegateException

Inheritance: SubstituteException
Mostrar archivo Open project: nsubstitute/NSubstitute

Public Methods

Method Description
CanNotPartiallySubForInterfaceOrDelegateException ( Type type ) : System

Protected Methods

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

Private Methods

Method Description
DescribeProblem ( Type type ) : string

Method Details

CanNotPartiallySubForInterfaceOrDelegateException() protected method

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

CanNotPartiallySubForInterfaceOrDelegateException() public method

public CanNotPartiallySubForInterfaceOrDelegateException ( Type type ) : System
type System.Type
return System