DriveNotFoundException
Class
Definition
DriveNotFoundException occurs when no drive can be found with the specified name.
public class DriveNotFoundException : System.Management.Automation.SessionStateException
- Inheritance
Inherited Members
System.Management.Automation.RuntimeException
System.Management.Automation.SessionStateException
Constructors
| DriveNotFoundException() |
Constructs a DriveNotFoundException |
| DriveNotFoundException(String) |
Constructs a DriveNotFoundException |
| DriveNotFoundException(SerializationInfo, StreamingContext) |
Constructs a DriveNotFoundException using serialized data. |
| DriveNotFoundException(String, Exception) |
Constructs a DriveNotFoundException |