ManagerException Constructor (ManagerErrorLevel, String)

MCManager API

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)"]

See Also