VssObjectAlreadyExistsException Constructor (String) |
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic VssObjectAlreadyExistsException(
string message
)
Public Sub New (
message As String
)
public:
VssObjectAlreadyExistsException(
String^ message
)
Parameters
- message
- Type: SystemString
The message that describes the error
See Also