Click or drag to resize

UnrecognizedReparsePointException Constructor (String, Int32)

[AlphaFS] Initializes a new instance of the UnrecognizedReparsePointException class.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public UnrecognizedReparsePointException(
	string message,
	int lastError
)

Parameters

message
Type: SystemString
The custom error message..
lastError
Type: SystemInt32
The GetLastWin32Error.
See Also