C# Class PlasticSCM.PlasticNotInstalledException

Inheritance: System.Exception
Datei anzeigen Open project: powercode/PSPlastic

Public Methods

Method Description
PlasticNotInstalledException ( ) : System
PlasticNotInstalledException ( string message ) : System
PlasticNotInstalledException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

PlasticNotInstalledException() public method

public PlasticNotInstalledException ( ) : System
return System

PlasticNotInstalledException() protected method

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

PlasticNotInstalledException() public method

public PlasticNotInstalledException ( string message ) : System
message string
return System

PlasticNotInstalledException() public method

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