C# Class Httpfsc.Business.Http.FileSystem.Exceptions.NotADirectoryException

Inheritance: System.IO.IOException
ファイルを表示 Open project: SGrondin/httpfs

Public Methods

Method Description
NotADirectoryException ( ) : System
NotADirectoryException ( string message ) : System

Method Details

NotADirectoryException() public method

public NotADirectoryException ( ) : System
return System

NotADirectoryException() public method

public NotADirectoryException ( string message ) : System
message string
return System