C# Class PlasticSCM.ChangelistAlreadyExistException

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

Public Methods

Method Description
ChangelistAlreadyExistException ( ) : System
ChangelistAlreadyExistException ( string value ) : System
ChangelistAlreadyExistException ( string message, Exception innerException ) : System

Method Details

ChangelistAlreadyExistException() public method

public ChangelistAlreadyExistException ( ) : System
return System

ChangelistAlreadyExistException() public method

public ChangelistAlreadyExistException ( string value ) : System
value string
return System

ChangelistAlreadyExistException() public method

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