ManagerException Class

MCManager API

Manager exception class.

Namespace:  Moxiecode.Manager
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public class ManagerException : Exception
Visual Basic (Declaration)
Public Class ManagerException _
	Inherits Exception
Visual C++
public ref class ManagerException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Moxiecode.Manager..::.ManagerException

See Also