Initializes a new instance of the CMMError class

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public CMMError(
	int code
)
Visual Basic (Declaration)
Public Sub New ( _
	code As Integer _
)
Visual C++
public:
CMMError(
	int code
)

Parameters

code
Type: System..::.Int32

[Missing <param name="code"/> documentation for "M:CWrapper.CMMError.#ctor(System.Int32)"]

See Also