C# Class ExceptionsInParallelForeachHandling.FileFlipFailedException

Inheritance: System.Exception
Mostrar archivo Open project: TelerikAcademy/Windows-Applications Class Usage Examples

Public Methods

Method Description
FileFlipFailedException ( string failedFilepath, Exception reason ) : System

Method Details

FileFlipFailedException() public method

public FileFlipFailedException ( string failedFilepath, Exception reason ) : System
failedFilepath string
reason System.Exception
return System