C# Class Snooze.AutoMock.Castle.MoqContrib.AutoMock.UnmockableException

Indicates that we couldn't generate a mock for the given service. This is usually because the service was a primitive like a string or number.
Inheritance: System.ArgumentException
显示文件 Open project: nhsevidence/Snooze

Public Methods

Method Description
UnmockableException ( Type service ) : System

Method Details

UnmockableException() public method

public UnmockableException ( Type service ) : System
service System.Type
return System