C# Class SimTelemetry.Domain.Exceptions.LogFileException

Inheritance: System.Exception
Mostrar archivo 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