Initializes a new instance of the CMMError class
Namespace:
CWrapperAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public CMMError( string msg, int code ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ msg As String, _ code As Integer _ ) |
| Visual C++ |
|---|
public: CMMError( String^ msg, int code ) |
Parameters
- msg
- Type: System..::.String
[Missing <param name="msg"/> documentation for "M:CWrapper.CMMError.#ctor(System.String,System.Int32)"]
- code
- Type: System..::.Int32
[Missing <param name="code"/> documentation for "M:CWrapper.CMMError.#ctor(System.String,System.Int32)"]