







|
| MCManager API Reference |
| ManagerException Constructor (ManagerErrorLevel, String) |
| ManagerException Class See Also Send Feedback |
Initializes a new instance of the ManagerException class
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public ManagerException( ManagerErrorLevel level, string msg ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ level As ManagerErrorLevel, _ msg As String _ ) |
| Visual C++ |
|---|
public: ManagerException( ManagerErrorLevel level, String^ msg ) |
Parameters
- level
- Type: Moxiecode.Manager..::.ManagerErrorLevel
[Missing <param name="level"/> documentation for "M:Moxiecode.Manager.ManagerException.#ctor(Moxiecode.Manager.ManagerErrorLevel,System.String)"]
- msg
- Type: System..::.String
[Missing <param name="msg"/> documentation for "M:Moxiecode.Manager.ManagerException.#ctor(Moxiecode.Manager.ManagerErrorLevel,System.String)"]
