Inheritance Hierarchy
SystemException
SystemApplicationException
RainWorx.FrameWorx.DALLockException
Namespace: RainWorx.FrameWorx.DAL
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Syntax
C#
[SerializableAttribute] public class LockException : ApplicationException
The LockException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LockException | Initializes a new instance of the LockException class |
![]() | LockException(String) | Initializes a new instance of the LockException class |
![]() | LockException(SerializationInfo, StreamingContext) | Initializes a new instance of the LockException class |
![]() | LockException(String, Exception) | Initializes a new instance of the LockException class |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also