C# 클래스 LibSBMLCSTestRunner.ErrorDetails

Internal class holding all error information
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps

공개 메소드들

메소드 설명
ErrorDetails ( string message, Exception exception ) : System

Initializes a new instance of the ErrorDetails class.

메소드 상세

ErrorDetails() 공개 메소드

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
리턴 System