C# Class fs4net.Framework.NonRootedPathException

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

Public Methods

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

Private Methods

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

Method Details

NonRootedPathException() public method

public NonRootedPathException ( ) : System
return System

NonRootedPathException() public method

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

NonRootedPathException() public method

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