C# Class CSharpUtils.Threading.GreenThreadException

Inheritance: System.Exception
Show file Open project: soywiz/csharputils

Public Methods

Method Description
GreenThreadException ( string Name, Exception InnerException ) : System

Method Details

GreenThreadException() public method

public GreenThreadException ( string Name, Exception InnerException ) : System
Name string
InnerException System.Exception
return System