MultistatusExceptionAddInnerException Method (String, PropertyName, DavException)
IT Hit WebDAV Classes Reference
Addes property error.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public void AddInnerException(
string itemPath,
PropertyName propertyName,
DavException exception
)
Public Sub AddInnerException (
itemPath As String,
propertyName As PropertyName,
exception As DavException
)
public:
void AddInnerException(
String^ itemPath,
PropertyName propertyName,
DavException^ exception
)
member AddInnerException :
itemPath : string *
propertyName : PropertyName *
exception : DavException -> unit
Parameters
- itemPath
- Type: SystemString
Item path for which property operation failed. - propertyName
- Type: ITHit.WebDAV.ServerPropertyName
Property name for which operation failed. - exception
- Type: ITHit.WebDAV.ServerDavException
Exception for failed operation.
See Also