C# Class NNX.Core.NeuralNetworkException

Inheritance: System.Exception
Mostrar archivo Open project: ikhramts/NNX

Public Methods

Method Description
NeuralNetworkException ( string message, Exception innerException = null ) : System

Method Details

NeuralNetworkException() public method

public NeuralNetworkException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System