Click or drag to resize

InsufficientStorageException Constructor (String, ErrorDetails)

IT Hit WebDAV Classes Reference
Initializes new instance.

Namespace:  ITHit.WebDAV.Server.Quota
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public InsufficientStorageException(
	string message,
	ErrorDetails reason
)

Parameters

message
Type: SystemString
Error message.
reason
Type: ITHit.WebDAV.ServerErrorDetails
One of
See Also