GrapeCity.Win.MultiRow Namespace > Template Class > Load Method : Load(String) Method |
Exception | Description |
---|---|
System.ArgumentNullException | The pathis a null reference (Nothing in Visual Basic). |
System.UnauthorizedAccessException | The caller does not have the required permission. -or- The path specified a directory. |
System.IO.IOException | An I/O error occurred while creating the file. |
System.NotSupportedException | The path is in an invalid format. |
System.ArgumentException | The path is a zero length string, contains only white space, or contains one or more invalid characters as defined by System.IO.Path.InvalidPathChars. |
System.IO.PathTooLongException | The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. |
System.IO.DirectoryNotFoundException | The specified path is invalid (for example, it is on an unmapped drive). |
System.IO.FileNotFoundException | The file specified in path was not found. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2