DavExceptionErrorDetails Property
IT Hit WebDAV Classes Reference
Contains XML element name and namespace which will be written to the response body.
It provides more information about error which can be interpreted by clients.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public Nullable<ErrorDetails> ErrorDetails { get; set; }
Public Property ErrorDetails As Nullable(Of ErrorDetails)
Get
Set
public:
property Nullable<ErrorDetails> ErrorDetails {
Nullable<ErrorDetails> get ();
void set (Nullable<ErrorDetails> value);
}
member ErrorDetails : Nullable<ErrorDetails> with get, set
Property Value
Type:
NullableErrorDetailsSee Also