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