C# Class NNX.Core.NeuralNetworkException

Inheritance: System.Exception
Afficher le fichier Open project: ikhramts/NNX

Méthodes publiques

Méthode Description
NeuralNetworkException ( string message, Exception innerException = null ) : System

Method Details

NeuralNetworkException() public méthode

public NeuralNetworkException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
Résultat System