C# Class GitSharp.Core.Exceptions.EntryExistsException

Inheritance: System.Exception
Show file Open project: stschake/GitSharp

Public Methods

Method Description
EntryExistsException ( string name ) : System
EntryExistsException ( string name, Exception inner ) : System

Protected Methods

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

Method Details

EntryExistsException() protected method

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

EntryExistsException() public method

public EntryExistsException ( string name ) : System
name string
return System

EntryExistsException() public method

public EntryExistsException ( string name, Exception inner ) : System
name string
inner System.Exception
return System