PathCombine Method (String, String, String) |
Namespace: System.IO
public static string Combine( string path1, string path2, string path3 )
Exception | Condition |
---|---|
ArgumentException | path1, path2, or path3 contains one or more of the invalid characters defined in GetInvalidPathChars. |
ArgumentNullException | path1, path2, or path3 is null. |