Initializes a new instance of the WebDavConflictException class.
Namespace: WebDAVSharp.Server.ExceptionsAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- message (Optional)
- Type: System String
The exception message stating the reason for the exception being thrown.
- innerException (Optional)
- Type: System Exception
The Exception that is the cause for this exception; or null if no inner exception is specified.
See Also