C# Class ICSharpCode.Core.TreePathNotFoundException

Inheritance: CoreException
Mostra file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
TreePathNotFoundException ( ) : System
TreePathNotFoundException ( string path ) : System

Constructs a new TreePathNotFoundException

TreePathNotFoundException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

TreePathNotFoundException() public method

public TreePathNotFoundException ( ) : System
return System

TreePathNotFoundException() protected method

protected TreePathNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

TreePathNotFoundException() public method

Constructs a new TreePathNotFoundException
public TreePathNotFoundException ( string path ) : System
path string
return System

TreePathNotFoundException() public method

public TreePathNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System