C# 클래스 ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs

Arguments passed when scan failures are detected.
상속: System.EventArgs
파일 보기 프로젝트 열기: icsharpcode/SharpZipLib 1 사용 예제들

공개 메소드들

메소드 설명
ScanFailureEventArgs ( string name, Exception e ) : System

Initialise a new instance of

메소드 상세

ScanFailureEventArgs() 공개 메소드

Initialise a new instance of
public ScanFailureEventArgs ( string name, Exception e ) : System
name string The name to apply.
e System.Exception The exception to use.
리턴 System