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