C# Class System.IO.ErrorEventArgs

Inheritance: EventArgs
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
ErrorEventArgs ( System exception )
GetException ( ) : System.Exception

Method Details

ErrorEventArgs() public method

public ErrorEventArgs ( System exception )
exception System

GetException() public method

public GetException ( ) : System.Exception
return System.Exception