BlipFace.Service.Communication.ExceptionEventArgs.ExceptionEventArgs C# (CSharp) Method

ExceptionEventArgs() public method

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