C# Class ICSharpCode.Core.TreePathNotFoundException

Inheritance: CoreException
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
TreePathNotFoundException ( ) : System
TreePathNotFoundException ( string path ) : System

Constructs a new TreePathNotFoundException

TreePathNotFoundException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

TreePathNotFoundException() public méthode

public TreePathNotFoundException ( ) : System
Résultat System

TreePathNotFoundException() protected méthode

protected TreePathNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

TreePathNotFoundException() public méthode

Constructs a new TreePathNotFoundException
public TreePathNotFoundException ( string path ) : System
path string
Résultat System

TreePathNotFoundException() public méthode

public TreePathNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System