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(
	string specificMsg,
	string coreMsg,
	int code
)
Visual Basic (Declaration)
Public Sub New ( _
	specificMsg As String, _
	coreMsg As String, _
	code As Integer _
)
Visual C++
public:
CMMError(
	String^ specificMsg, 
	String^ coreMsg, 
	int code
)

Parameters

specificMsg
Type: System..::.String

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

coreMsg
Type: System..::.String

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

code
Type: System..::.Int32

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

See Also