C# Class System.Threading.ThreadExceptionEventArgs

Inheritance: EventArgs
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
ThreadExceptionEventArgs ( Exception t )
ThreadExceptionEventArgs ( System t )

Method Details

ThreadExceptionEventArgs() public method

public ThreadExceptionEventArgs ( Exception t )
t Exception

ThreadExceptionEventArgs() public method

public ThreadExceptionEventArgs ( System t )
t System