C# Class PlasticSCM.BranchNotFoundException

Inheritance: System.Exception
Exibir arquivo Open project: powercode/PSPlastic

Public Methods

Method Description
BranchNotFoundException ( string branchName ) : System

Private Methods

Method Description
BranchNotFoundException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

BranchNotFoundException() public method

public BranchNotFoundException ( string branchName ) : System
branchName string
return System