ArtemisComm.ExceptionEventArgs.ExceptionEventArgs C# (CSharp) Method

ExceptionEventArgs() public method

public ExceptionEventArgs ( Exception ex, System.Guid connectionID ) : System
ex System.Exception
connectionID System.Guid
return System
        public ExceptionEventArgs(Exception ex, Guid connectionID) : base(connectionID)
        {
            
            CapturedException = ex;
        }
        
ExceptionEventArgs