ArtemisComm.ExceptionEventArgs.ExceptionEventArgs C# (CSharp) Méthode

ExceptionEventArgs() public méthode

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