C# Class fs4net.Framework.RootedPathException

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

Public Methods

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

Private Methods

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

Method Details

RootedPathException() public method

public RootedPathException ( ) : System
return System

RootedPathException() public method

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

RootedPathException() public method

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