Initializes a new instance of the LockException class
Namespace:
RainWorx.FrameWorx.DALAssembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Syntax
C#
public LockException( string message, Exception inner )
Parameters
- message
- Type: SystemString
- inner
- Type: SystemException
See Also