C# Class PlasticSCM.PlasticRepositoryNotFoundException

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

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PlasticRepositoryNotFoundException ( string repository, string message, Exception innerException ) : System

Private Methods

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

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

PlasticRepositoryNotFoundException() public method

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