C# Class Web.Generics.ApplicationServices.InversionOfControl.UnboundInterfaceException

Inheritance: System.Exception
ファイルを表示 Open project: inspira/Web.Generics

Public Methods

Method Description
UnboundInterfaceException ( ) : System
UnboundInterfaceException ( string message ) : System
UnboundInterfaceException ( string message, Exception inner ) : System

Protected Methods

Method Description
UnboundInterfaceException ( System info, System context ) : System

Method Details

UnboundInterfaceException() public method

public UnboundInterfaceException ( ) : System
return System

UnboundInterfaceException() protected method

protected UnboundInterfaceException ( System info, System context ) : System
info System
context System
return System

UnboundInterfaceException() public method

public UnboundInterfaceException ( string message ) : System
message string
return System

UnboundInterfaceException() public method

public UnboundInterfaceException ( string message, Exception inner ) : System
message string
inner System.Exception
return System