C# Class SimTelemetry.Domain.Exceptions.LogFileException

Inheritance: System.Exception
ファイルを表示 Open project: nlhans/SimTelemetry

Public Methods

Method Description
LogFileException ( string message, Exception innerEx ) : System

Method Details

LogFileException() public method

public LogFileException ( string message, Exception innerEx ) : System
message string
innerEx System.Exception
return System