LockedException Constructor (String)
IT Hit WebDAV Classes Reference
Initializes a new instance of the LockedException class.
Namespace:
ITHit.WebDAV.Server.Class2
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public LockedException(
string message
)
Public Sub New (
message As String
)
public:
LockedException(
String^ message
)
new :
message : string -> LockedException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:ITHit.WebDAV.Server.Class2.LockedException.#ctor(System.String)"]
See Also