C# Class SenseNet.ContentRepository.Storage.TypeNotFoundException

Inheritance: System.Exception
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
TypeNotFoundException ( ) : System
TypeNotFoundException ( string typeName ) : System
TypeNotFoundException ( string typeName, Exception inner ) : System

Protected Methods

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

Method Details

TypeNotFoundException() public method

public TypeNotFoundException ( ) : System
return System

TypeNotFoundException() protected method

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

TypeNotFoundException() public method

public TypeNotFoundException ( string typeName ) : System
typeName string
return System

TypeNotFoundException() public method

public TypeNotFoundException ( string typeName, Exception inner ) : System
typeName string
inner Exception
return System