UnrecognizedReparsePointException Constructor (String) |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public UnrecognizedReparsePointException(
string message
)
Public Sub New (
message As String
)
public:
UnrecognizedReparsePointException(
String^ message
)
new :
message : string -> UnrecognizedReparsePointException
Parameters
- message
- Type: SystemString
The message.
See Also