Exception raised when a failure is encountered while loading a component.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public Class AssemblyLoadFail
    Inherits ApplicationException
C#
public class AssemblyLoadFail : ApplicationException
C++
ref class AssemblyLoadFail : ApplicationException
J#
public class AssemblyLoadFail extends ApplicationException
JScript
public class AssemblyLoadFail extends ApplicationException

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         NetQuarry.AssemblyLoadFail

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also