Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class CPUserErrorBaseClass
C#
public abstract class CPUserErrorBaseClass
C++
ref class CPUserErrorBaseClass abstract 
J#
public  class CPUserErrorBaseClass
JScript
public  class CPUserErrorBaseClass

Inheritance Hierarchy

System.Object
   Contensive.BaseClasses.CPUserErrorBaseClass

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