Initializes a new instance of the MethodLockedException class
Namespace: DatabaseObjects.ExceptionsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# |
|---|
public MethodLockedException( string strMessage ) |
| Visual Basic |
|---|
Public Sub New ( _ strMessage As String _ ) |
| Visual C++ |
|---|
public: MethodLockedException( String^ strMessage ) |
Parameters
- strMessage
- Type: System..::..String
[Missing <param name="strMessage"/> documentation for "M:DatabaseObjects.Exceptions.MethodLockedException.#ctor(System.String)"]