ExtensionsDirectoryInfoCombine Method (DirectoryInfo, String, String, String, String) |
Namespace: Cauldron
public static DirectoryInfo Combine( this DirectoryInfo directory, string path1, string path2, string path3, string path4 )
| Exception | Condition |
|---|---|
| ArgumentException | directory or path1 or path2 or path3 or path4 contains one or more of the invalid characters defined in GetInvalidPathChars. |
| ArgumentNullException | directory or path1 or path2 or path3 or path4 is null. |