C# Class fs4net.Framework.NonRootedPathException

Inheritance: System.IO.IOException
Afficher le fichier Open project: toroso/fs4net

Méthodes publiques

Méthode Description
NonRootedPathException ( ) : System
NonRootedPathException ( String message, Exception innerException ) : System
NonRootedPathException ( string message ) : System

Private Methods

Méthode Description
NonRootedPathException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NonRootedPathException() public méthode

public NonRootedPathException ( ) : System
Résultat System

NonRootedPathException() public méthode

public NonRootedPathException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Résultat System

NonRootedPathException() public méthode

public NonRootedPathException ( string message ) : System
message string
Résultat System