BlipFace.Service.Communication.ExceptionEventArgs.ExceptionEventArgs C# (CSharp) Метод

ExceptionEventArgs() публичный Метод

public ExceptionEventArgs ( Exception _error ) : System
_error System.Exception
Результат System
        public ExceptionEventArgs(Exception _error)
        {
            this.Error = _error;
        }
ExceptionEventArgs