C# Class PlasticSCM.XLinkIncorrectTypeException

Inheritance: System.Exception
Afficher le fichier Open project: powercode/PSPlastic

Méthodes publiques

Méthode Description
XLinkIncorrectTypeException ( ) : System
XLinkIncorrectTypeException ( Exception innerException ) : System
XLinkIncorrectTypeException ( string message ) : System
XLinkIncorrectTypeException ( string message, Exception innerException ) : System

Method Details

XLinkIncorrectTypeException() public méthode

public XLinkIncorrectTypeException ( ) : System
Résultat System

XLinkIncorrectTypeException() public méthode

public XLinkIncorrectTypeException ( Exception innerException ) : System
innerException System.Exception
Résultat System

XLinkIncorrectTypeException() public méthode

public XLinkIncorrectTypeException ( string message ) : System
message string
Résultat System

XLinkIncorrectTypeException() public méthode

public XLinkIncorrectTypeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System