Click or drag to resize
weroSoft AG, Software
LoadErrorType Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the type responsible for a initiation error on the type manager.

Namespace:  WeroSoft.ComponentModel.TypeResolving
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum LoadErrorType
Members
  Member nameValueDescription
AliasTypeLoad0 Alias type could not be loaded successfully.
AssemblyLoad1 An assembly which is allowed to be used was not loaded successfully.
AssemblyExcludeLoad2 An assembly which is explicitly disallowed to be used was not loaded successfully.
AssemblyContradiction3 The loader has detected a contradiction between allowed and disallowed assemblies.
TypeLoad4 An type which is allowed to be used was not loaded successfully.
TypeExcludeLoad5 An type which is explicitly disallowed to be used was not loaded successfully.
TypeContradiction6 The loader has detected a contradiction between allowed and disallowed types.
NamespaceContradiction7 The loader has detected a contradiction between allowed and disallowed name spaces.
See Also