System.IO.ErrorEventArgs.ErrorEventArgs C# (CSharp) 메소드

ErrorEventArgs() 공개 메소드

public ErrorEventArgs ( System exception )
exception System
        public ErrorEventArgs(System.Exception exception) { }
        public virtual System.Exception GetException() { throw null; }