System.IO.ErrorEventArgs.ErrorEventArgs C# (CSharp) Method

ErrorEventArgs() public method

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