C# Class PlasticSCM.XLinkIncorrectTypeException

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

Public Methods

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

Method Details

XLinkIncorrectTypeException() public method

public XLinkIncorrectTypeException ( ) : System
return System

XLinkIncorrectTypeException() public method

public XLinkIncorrectTypeException ( Exception innerException ) : System
innerException System.Exception
return System

XLinkIncorrectTypeException() public method

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

XLinkIncorrectTypeException() public method

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