Coon.Compass.DtaGenerator.ExceptionEventArgs.ExceptionEventArgs C# (CSharp) Méthode

ExceptionEventArgs() public méthode

public ExceptionEventArgs ( Exception exception ) : System
exception System.Exception
Résultat System
        public ExceptionEventArgs(Exception exception)
        {
            this.exception = exception;
        }
ExceptionEventArgs