Path.Combine Method (String[]) |
Namespace: System.IO
public static string Combine( params string[] paths )
Exception | Condition |
---|---|
ArgumentException | One of the strings in the array contains one or more of the invalid characters defined in GetInvalidPathChars(). |
ArgumentNullException | One of the strings in the array is null. |