C# Class Shaman.Runtime.ApplicationHangException

Inheritance: System.Exception
Datei anzeigen Open project: antiufo/Shaman.SingleThreadSynchronizationContext Class Usage Examples

Public Methods

Method Description
ApplicationHangException ( StackTrace st, string threadName ) : System
CreateForThread ( Thread thread ) : ApplicationHangException

Method Details

ApplicationHangException() public method

public ApplicationHangException ( StackTrace st, string threadName ) : System
st System.Diagnostics.StackTrace
threadName string
return System

CreateForThread() public static method

public static CreateForThread ( Thread thread ) : ApplicationHangException
thread Thread
return ApplicationHangException