C# Class withSIX.Core.PathDoesntExistException

Inheritance: System.Exception
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
PathDoesntExistException ( string path ) : System
PathDoesntExistException ( string path, string pathName ) : System

Method Details

PathDoesntExistException() public method

public PathDoesntExistException ( string path ) : System
path string
return System

PathDoesntExistException() public method

public PathDoesntExistException ( string path, string pathName ) : System
path string
pathName string
return System