C# Class GroboContainer.Impl.Exceptions.BadContainerConstructorAttributeException

Inheritance: Exception
Exibir arquivo Open project: skbkontur/GroboContainer

Public Methods

Method Description
BadContainerConstructorAttributeException ( ConstructorInfo constructor ) : System
BadContainerConstructorAttributeException ( ConstructorInfo constructor, Type type ) : System

Method Details

BadContainerConstructorAttributeException() public method

public BadContainerConstructorAttributeException ( ConstructorInfo constructor ) : System
constructor ConstructorInfo
return System

BadContainerConstructorAttributeException() public method

public BadContainerConstructorAttributeException ( ConstructorInfo constructor, Type type ) : System
constructor ConstructorInfo
type Type
return System