C# Class PlasticSCM.ChangelistNotFoundException

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

Public Methods

Method Description
ChangelistNotFoundException ( string changelist ) : System
ChangelistNotFoundException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

ChangelistNotFoundException() protected method

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

ChangelistNotFoundException() public method

public ChangelistNotFoundException ( string changelist ) : System
changelist string
return System

ChangelistNotFoundException() public method

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