C# Класс Web.Generics.ApplicationServices.InversionOfControl.UnboundInterfaceException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
UnboundInterfaceException ( ) : System
UnboundInterfaceException ( string message ) : System
UnboundInterfaceException ( string message, Exception inner ) : System

Защищенные методы

Метод Описание
UnboundInterfaceException ( System info, System context ) : System

Описание методов

UnboundInterfaceException() публичный Метод

public UnboundInterfaceException ( ) : System
Результат System

UnboundInterfaceException() защищенный Метод

protected UnboundInterfaceException ( System info, System context ) : System
info System
context System
Результат System

UnboundInterfaceException() публичный Метод

public UnboundInterfaceException ( string message ) : System
message string
Результат System

UnboundInterfaceException() публичный Метод

public UnboundInterfaceException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System