SenseNet.ContentRepository.Storage.TypeNotFoundException.TypeNotFoundException C# (CSharp) Method

TypeNotFoundException() public method

public TypeNotFoundException ( ) : System
return System
        public TypeNotFoundException() { }
        public TypeNotFoundException(string typeName) : base("Type was not found: " + typeName) { }

Same methods

TypeNotFoundException::TypeNotFoundException ( System info, System context ) : System
TypeNotFoundException::TypeNotFoundException ( string typeName ) : System
TypeNotFoundException::TypeNotFoundException ( string typeName, Exception inner ) : System
TypeNotFoundException