C# Class NNX.AddIn.NNXException

Inheritance: System.Exception
Show file Open project: ikhramts/NNX

Public Methods

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

Method Details

NNXException() public method

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