NotAReparsePointException Constructor (String, Int32) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public NotAReparsePointException(
string message,
int lastError
)
Public Sub New (
message As String,
lastError As Integer
)
public:
NotAReparsePointException(
String^ message,
int lastError
)
new :
message : string *
lastError : int -> NotAReparsePointException
Parameters
- message
- Type: SystemString
The custom error message.. - lastError
- Type: SystemInt32
The GetLastWin32Error.
See Also