C# Class PlasticSCM.ChangesetNotFoundException

Inheritance: System.Exception
Mostra file Open project: powercode/PSPlastic

Public Methods

Method Description
ChangesetNotFoundException ( int changeset ) : System

Private Methods

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

Method Details

ChangesetNotFoundException() public method

public ChangesetNotFoundException ( int changeset ) : System
changeset int
return System