C# Class fs4net.Framework.InvalidPathException

Inheritance: System.IO.IOException
Show file Open project: toroso/fs4net

Public Methods

Method Description
InvalidPathException ( ) : System
InvalidPathException ( String message, Exception innerException ) : System
InvalidPathException ( string message ) : System

Private Methods

Method Description
InvalidPathException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InvalidPathException() public method

public InvalidPathException ( ) : System
return System

InvalidPathException() public method

public InvalidPathException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System

InvalidPathException() public method

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