C# Class LibSBMLCSTestRunner.ErrorDetails

Internal class holding all error information
ファイルを表示 Open project: sys-bio/libroadrunner-deps

Public Methods

Method Description
ErrorDetails ( string message, Exception exception ) : System

Initializes a new instance of the ErrorDetails class.

Method Details

ErrorDetails() public method

Initializes a new instance of the ErrorDetails class.
public ErrorDetails ( string message, Exception exception ) : System
message string Mesage to print
exception System.Exception exception object
return System