C# Class System.Threading.Tasks.Tests.TPLTestException

Whenever we need to simulate an user exception or an unhandled exception, we use this class
Inheritance: Exception
Show file Open project: lodejard/AllNetCore

Public Properties

Property Type Description
FromTaskId int

Public Methods

Method Description
TPLTestException ( ) : System

Method Details

TPLTestException() public method

public TPLTestException ( ) : System
return System

Property Details

FromTaskId public property

public int FromTaskId
return int