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