C# Class PlasticSCM.PlasticRepositoryNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: powercode/PSPlastic

Méthodes publiques

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

Private Methods

Méthode Description
PlasticRepositoryNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

PlasticRepositoryNotFoundException() public méthode

public PlasticRepositoryNotFoundException ( string repository, string message, Exception innerException ) : System
repository string
message string
innerException System.Exception
Résultat System