C# Class Pandora.ServiceNotFoundException

Inheritance: System.ApplicationException
Mostra file Open project: Tigraine/pandora-container

Public Methods

Method Description
ServiceNotFoundException ( Type type ) : System
ServiceNotFoundException ( Type type, string name ) : System

Method Details

ServiceNotFoundException() public method

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

ServiceNotFoundException() public method

public ServiceNotFoundException ( Type type, string name ) : System
type System.Type
name string
return System