C# Class CatBoostNet.CatBoostException

Inheritance: Exception
Afficher le fichier Open project: sffefefaar/uncertainty-in-gradient-boosting

Méthodes publiques

Méthode Description
CatBoostException ( ) : System
CatBoostException ( string message ) : System
CatBoostException ( string message, Exception inner ) : System

Method Details

CatBoostException() public méthode

public CatBoostException ( ) : System
Résultat System

CatBoostException() public méthode

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

CatBoostException() public méthode

public CatBoostException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System