C# Class PlasticSCM.CLI.PerforceConnectionException

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

Public Methods

Method Description
PerforceConnectionException ( SerializationInfo info, StreamingContext context ) : System
PerforceConnectionException ( string message, Exception innerException ) : System

Method Details

PerforceConnectionException() public method

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

PerforceConnectionException() public method

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