C# Class PlasticSCM.UnexpectedCMOutputException

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

Public Methods

Method Description
UnexpectedCMOutputException ( ) : System
UnexpectedCMOutputException ( string output ) : System

Protected Methods

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

Method Details

UnexpectedCMOutputException() public method

public UnexpectedCMOutputException ( ) : System
return System

UnexpectedCMOutputException() protected method

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

UnexpectedCMOutputException() public method

public UnexpectedCMOutputException ( string output ) : System
output string
return System