ErrorDetails Constructor
IT Hit WebDAV Classes Reference
Initializes a new instance of the ErrorDetails struct.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public ErrorDetails(
string namespace,
string name
)
Public Sub New (
namespace As String,
name As String
)
public:
ErrorDetails(
String^ namespace,
String^ name
)
new :
namespace : string *
name : string -> ErrorDetails
Parameters
- namespace
- Type: SystemString
Element namespace. - name
- Type: SystemString
Element name.
See Also