BlipFace.Service.Communication.ExceptionEventArgs.ExceptionEventArgs C# (CSharp) Méthode

ExceptionEventArgs() public méthode

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