Coon.Compass.DtaGenerator.ExceptionEventArgs.ExceptionEventArgs C# (CSharp) Method

ExceptionEventArgs() public method

public ExceptionEventArgs ( Exception exception ) : System
exception System.Exception
return System
        public ExceptionEventArgs(Exception exception)
        {
            this.exception = exception;
        }
ExceptionEventArgs